Skip to main content

Delete Auth Issuer

warning

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

Deletes an auth issuer.

HTTP Request

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

Request Parameters

ParameterRequiredDescription
urltrueIssuer

Example

CURL
curl 'https://api.doordeck.com/platform/application/APPLICATION_ID/auth/issuer' \
-X DELETE \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer TOKEN' \
--data-binary '{"url": "AUTH_ISSUER"}'
Remember
  • Replace TOKEN with your access token.
  • Replace APPLICATION_ID with the application ID.
  • Replace AUTH_ISSUER with the auth issuer to be removed.