Challenge: Delete an Order
Challenge yourself by writing a test to delete an order.
We'll cover the following
Overview
The DELETE api/orders/{{id}}
endpoint allows us to remove an order. When we make a request to the endpoint, the API responds with data including the status of the request and the order name and ID:
Get hands-on with 1400+ tech skills courses.