Skip to main content

API Key Delete

DELETE 

/api/v1/apikey/:apikey_id/delete

Delete a specific API key.

Request​

Path Parameters

    apikey_id stringrequired

    The UUID4 identifier associated with this API Key.

Responses​

OK
Schema
    success Success (boolean)

    Default value: true

Loading...