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
| Parameter | Required | Description |
|---|---|---|
| url | true | Issuer |
Example
- Request
- Response
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
TOKENwith your access token. - Replace
APPLICATION_IDwith the application ID. - Replace
AUTH_ISSUERwith the auth issuer to be removed.
HTTP CODE
204