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
- Request
- Response
CURL
curl 'https://api.doordeck.com/platform/application/APPLICATION_ID' \
-X DELETE \
-H "Authorization: Bearer TOKEN"
Remember
- Replace
TOKENwith your access token. - Replace
APPLICATION_IDwith the application ID.
HTTP CODE
204