v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Application

application.delete

Deletes an application by id.

Requires the candidatesDelete permission.

post/application.delete

Request body

applicationIdstring uuid required

The unique identifier for the application to delete

Example request

{
  "applicationId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
}

Response

Responses from the application.delete endpoint

OR

Example response

{
  "success": true,
  "results": {
    "applicationId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
  }
}