cURL
curl --request DELETE \ --url https://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.
Returns error or success response
The response is of type object.
object