cURL
curl --request DELETE \ --url https://{api-address}.org.machina.gg/workflow/{id} \ --header 'x-api-token: <api-key>'
{ "status": true, "message": "<string>" }
Remove an existing workflow by its unique ID.
API key authentication
Unique ID of the workflow to delete
Workflow deleted successfully
The response is of type object.
object