Skip to main content
DELETE
/
v1
/
outreach-workflows
/
{outreach_workflow_id}
/
stages
/
{stage_id}
Delete An Outreach Workflow Stage
curl --request DELETE \
  --url http://api.stuut.ai/v1/outreach-workflows/{outreach_workflow_id}/stages/{stage_id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {},
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

outreach_workflow_id
string
required
stage_id
string
required

Response

Successful response