DELETE
/
v1
/
{workspace}
/
workflow
/
{slug}
/
cURL
curl -X DELETE "https://api.suprsend.com/v1/{workspace}/workflow/{slug}/" \
  --header 'Authorization: ServiceToken <token>' \
  --header 'Content-Type: application/json'
This response does not have an example.

Authorizations

ServiceToken <token>
string
header
required

You can 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

No Content