WorkflowsDelete workflow
Workflows

Delete workflow

curl -X DELETE "https://api.neostra.io/api/v1/workflow/123e4567-e89b-12d3-a456-426614174000" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)"
{
  "success": true,
  "message": "example_string",
  "data": {}
}
DELETE
/api/v1/workflow/{workflowId}
DELETE
Bearer Token (JWT)
Bearer Tokenstring
Required

Bearer token (JWT) - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). Authentication token required.

Path Parameters

Responses

successboolean
messagestring
dataobject