DELETE
/
workflow
/
call
/
{workflowId}
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"
}'
{
  "responseCode": 200,
  "message": "Workflow call details updated successfully",
  "data": null
}

Authorizations

x-api-key
string
header
required

Authentication header containing API key from SubVerse dashboard.

Path Parameters

workflowId
string
required

Unique identifier of the workflow.

Body

application/json

Response

200 - application/json

Returns error or success response

The response is of type object.