Skip to content

Delete an application

DELETE
/api/v3/organizations/{organisation}/applications/{application}
curl --request DELETE \
--url https://dashboard.quantcdn.io/api/v3/organizations/example/applications/example \
--header 'Authorization: Bearer <token>'
organisation
required
string

The organisation ID

application
required
string

The application ID

The application deleted

The application not found