POST
/
workflows
/
deactivate
Deactivate workflow(s)
curl --request POST \
  --url https://core.ravenna.ai/api/workflows/deactivate \
  --header 'Content-Type: application/json' \
  --header 'x-ravenna-api-token: <api-key>' \
  --data '{
  "ids": [
    "<string>"
  ]
}'
"<any>"

Authorizations

x-ravenna-api-token
string
header
required

Body

application/json
ids
string[]
required
Required array length: 1 - 100 elements

Response

Successful response

The response is of type any.