cURL
curl --request DELETE \ --url https://api.stardex.ai/v1/deals/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Deal deleted successfully" }
Soft-delete a deal by marking it as deleted. The record is not physically removed.
Authenticate with a Bearer token: API key, OAuth token, or session token.
Deal UUID
Deal deleted
Always true on successful deletion.
true
Deletion confirmation message.
Was this page helpful?