Skip to main content

Delete Application

warning

This endpoint is only available to users with Sentry Interactive issued auth tokens.

Deletes the application.

danger

This operation is irreversible!

HTTP Request

DELETE https://api.doordeck.com/platform/application/APPLICATION_ID

Example

CURL
curl 'https://api.doordeck.com/platform/application/APPLICATION_ID' \
-X DELETE \
-H "Authorization: Bearer TOKEN"
Remember
  • Replace TOKEN with your access token.
  • Replace APPLICATION_ID with the application ID.