curl --request DELETE \
--url https://api.allium.so/api/v1/streams/data-management/workflows/{id} \
--header 'X-API-KEY: <api-key>'
{
"message": "<string>"
}
Delete a workflow by ID
curl --request DELETE \
--url https://api.allium.so/api/v1/streams/data-management/workflows/{id} \
--header 'X-API-KEY: <api-key>'
{
"message": "<string>"
}
Successful Response
The response is of type object
.