Delete
trait Delete
Delete.
Methods
Details
at line 21
Delete
delete(string $id)
Delete a resource.
Delete a resource associated with the class this trait is being used. You must pass in the ID of the resource that you wish to delete. Then it will return the same instance of the class from which it was called.