Skip to content
OpenPostDocs
OpenPostDocs
Admin

Revoke an external application

DELETE/admin/external-applications/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X DELETE "https://example.com/admin/external-applications/string"
{  "$schema": "https://example.com/api/v1/schemas/ExternalRevocationOutputBody.json",  "revoked": true}