Skip to main content

Delete programmatic access token

DELETE 

/v1/mgmt/tokens/:TokenId

Revoke the JSON Web Token (JWT) used for programmatic access. This is considered as logout.

Request

Path Parameters

    TokenId stringrequired

    The unique ID of the token.

Responses

OK

Schema
    Response object

    The API call response.

    TokenId Tokenid (string)

    The unique ID of the token.

    ResponseStatus object

    The API call response status.

    ErrorCode Errorcode (integer)

    Default value: 0

    Default value of a successful response is 0. Any other number indicates an error code.

    Reason Reason (string)

    The error description.

Loading...