cURL
curl --request DELETE \ --url https://shelfforce.ai/api/v1/orders/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true } }
Permanently deletes an order and all its line items. This cannot be undone.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
Order ID
Order deleted.
Show child attributes