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

    object

    User id

    anyOf

    string

Responses

Successful Response

Schema

    result Result (string)

    Default value: ok

Loading...