Skip to main content
Version: 1.2.0

Admin - Revoke an API key

DELETE 

/admin/revoke-api-key

Revokes an API Key. The API Key is invalidated and can no longer be used to authenticate the user in the subsequent API calls via the AUTHORIZATION header.

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the Admin token. which is set on Vertex setup

Body

required

    api_key APIKeyrequired
    user_id UserIdrequired

Responses

Loading...