Applications

Delete application profile

Deletes an existing application profile from the database (admin access required)

delete/api/applications/application

Headers

X-EDH-USERstring required

SOCA username for authentication (must be admin)

X-EDH-TOKENstring required

SOCA authentication token

Response

Application profile deleted successfully

successboolean
messagestring

Example response

{
  "success": true,
  "message": "Application deleted successfully"
}

Changes