OAuth

Disconnect OAuth app

Revokes the user's authorization for the given app and deactivates all associated access tokens.

delete/public/v1/oauth/apps/{app_id}/

Path parameters

app_idinteger required

Identifier of the authorization to revoke, as returned in the id field of the connected apps list.

Response

Authorization revoked

object required

Changes

Changed in 1 of the 3 revisions of this API.14

    • added the media type application/json for the response with the status 204

      response-media-type-added

    • added the media type application/json for the response with the status 400

      response-media-type-added

    • added the non-success response with the status 403

      response-non-success-status-added

    • added the non-success response with the status 429

      response-non-success-status-added

    • added the optional property active_batches to the response with the 404 status

      response-optional-property-added

    • added the optional property available_credits to the response with the 404 status

      response-optional-property-added

    • added the optional property current_status to the response with the 404 status

      response-optional-property-added

    • added the optional property error to the response with the 404 status

      response-optional-property-added

    • added the optional property max_allowed to the response with the 404 status

      response-optional-property-added

    • added the optional property message to the response with the 404 status

      response-optional-property-added

    • added the optional property required_minimum to the response with the 404 status

      response-optional-property-added

    • added the optional property response_meta to the response with the 404 status

      response-optional-property-added

    • added the optional property retry_after to the response with the 404 status

      response-optional-property-added

    • added the required property error_code to the response with the 404 status

      response-required-property-added

    This revision also has 13 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog