Authorizations
Body
application/json
Minimum length:
1curl --request POST \
--url https://core.ravenna.ai/api/applications/bulk-delete \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"ids": [
"<string>"
]
}'{
"deletedCount": 123
}curl --request POST \
--url https://core.ravenna.ai/api/applications/bulk-delete \
--header 'Content-Type: application/json' \
--header 'x-ravenna-api-token: <api-key>' \
--data '{
"ids": [
"<string>"
]
}'{
"deletedCount": 123
}1Was this page helpful?