Skip to main content

Delete API key for an organization

DELETE 

/api/v1/apikeys/:orgId/:apiKey

Delete an API key for an organization. The API key will no longer be valid for authentication.

Request

Path Parameters

    orgId stringrequired

    Organization Id

    apiKey stringrequired

    APIKey

Header Parameters

    X-API-KEY stringrequired

    APIKey

Responses

API key deleted

Loading...