DELETE
Removes a resource from the server.
What it does
DELETE requests removal of a resource at the given URL. It's idempotent: deleting the same resource twice returns the same result (often 204 or 404).
Removes a resource from the server.
DELETE requests removal of a resource at the given URL. It's idempotent: deleting the same resource twice returns the same result (often 204 or 404).