Skip to main content
POST
/
applications
/
bulk-delete
Bulk delete applications
curl --request POST \
  --url http://localhost:3000/api/openapi/applications/bulk-delete \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "ids": [
    "<string>"
  ]
}
'
{
  "deleted": 123
}

Authorizations

x-api-key
string
header
required

The API key to authenticate requests.

Body

application/json
ids
string[]
required
Minimum array length: 1

Response

200 - application/json

The number of applications deleted.

deleted
number
required