cURL
curl --request DELETE \ --url https://api.subverseai.com/api/workflow/call/{workflowId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "customer_number": "+912298765432" } '
200
200 success
{ "responseCode": 200, "message": "Workflow call details updated successfully", "data": null}
Delete call request from the call queue
Authentication header containing API key from SubVerse dashboard.
Unique identifier of the workflow.
User's phone number. Must be a valid phone number with country code, with or without '+' prefix.
Returns error or success response
Always returns 200 value, with error or success response details in message.
Success or error message with description.
Additional details if available.