Authorizations
Body
application/json
Required array length:
1 - 100
elementsResponse
Successful response
The response is of type any
.
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>"
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>"
1 - 100
elementsSuccessful response
The response is of type any
.
Was this page helpful?