Skip to main content
DELETE
https://postonce.to/api/public
/
v1
/
workflows
/
{id}
Delete a workflow
curl --request DELETE \
  --url https://postonce.to/api/public/v1/workflows/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "deleted": true,
    "id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.postonce.to/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Workflow ID.

Response

Workflow deleted successfully.

data
object