DELETE
/
v1
/
{workspace}
/
workflow
/
{slug}
/
Delete Workflow
curl --request DELETE \
  --url https://api.suprsend.com/v1/{workspace}/workflow/{slug}/ \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Pass as ServiceToken <Service_Token>. Get Service Token from SuprSend dashboard -> Account Settings -> Service Tokens section.

Path Parameters

workspace
string
required

Which workspace workflow belongs to (staging, production, etc.)

slug
string
required

Unique identifier of the workflow. You can get it from workflow settings.

Response

204

No Content