Skip to main content

POST application/delete

Delete an existing application.

Note

This is a privileged endpoint. Only authorised queries will be processed.

Parameters

applicationId integer
The id of the application to delete.

Examples

{
"applicationId": 12
}

Response

{
"success": true,
"message": "Deletion of application with the id 12 has been successful"
}

The application form has been successfully deleted.