Skip to main content

Delete API Key

POST 

/v1/user/authorization/keys/:organization_id/delete

Delete API Key

Request

Path Parameters

    organization_id Organization Idrequired

Body

required

    key_name Key Name (string)required

    The name of the key to deleted.

    user_id User Id (string)

    User id

Responses

Successful Response

Schema

    result Result (string)

    Default value: ok

Loading...