# Revoke a grant by ID **DELETE /api/my-account/grants/{grantId}** Revoke a specific user application grant by grant ID and remove the related session authorization. A logto-verification-id in header is required for revoking grants. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **grantId** (string) The unique identifier of the grant. ## Responses ### 204 The grant was revoked successfully. ### 400 The field is not editable. ### 401 Permission denied, the verification record is invalid or the session does not have the required scope to revoke grants. ### 403 Forbidden ### 404 The grant does not exist. ### 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)