Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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