cURL
curl --request DELETE \ --url https://api.shingleai.com/v1/customers/{id}/transactions/{transactionId} \ --header 'Authorization: Bearer <token>'
{ "error": { "message": "<string>", "code": "<string>", "details": "<unknown>" } }
Delete a specific transaction for a customer (soft delete)
Documentation IndexFetch the complete documentation index at: https://docs.shingleai.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.shingleai.com/llms.txt
Use this file to discover all available pages before exploring further.
API key authentication via Bearer token
Customer UUID
Transaction UUID
Transaction deleted successfully
Was this page helpful?