Send DELETE requests
A DELETE request allows you to delete a resource from an API's resource collection.
To delete a resource:
Verify that the resource exists by sending a GET request.
Enter the URL with the ID of the resource to be deleted into the DELETE() function.
Make sure the resource is deleted by trying to send a GET request for the resource.