Delete an application by ID

Deletes an application specified by its id. If the application does not exist, a 404 error is returned. Default is soft delete.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Query Params
string

The id of the job to delete the application from.

boolean
Defaults to false

Whether to hard delete the application. If not provided, the application will be soft deleted.

Responses
200

Application deleted successfully

404

Application not found | Job not found

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!