Skip to main content
Version: 2.0

Delete an API key

DELETE 

/v2/api_keys/:api_key_id

Delete API keys to help you manage the security and lifecycle of API keys in your application.

Request

Path Parameters

    api_key_id stringrequired

    The ID of the API key.

Header Parameters

    Request-Timeout integer

    Possible values: >= 1

    The API will make a best effort to complete the request in the specified seconds or time out.

    Request-Timeout-Millis integer

    Possible values: >= 1

    The API will make a best effort to complete the request in the specified milliseconds or time out.

Responses

The API key was deleted.

Loading...