Auth
Delete API key
Revokes an organization API key. Requires an owner or admin session/OAuth principal; API keys cannot delete keys.
delete/v1/auth/keys/{keyId}
Path parameters
keyIdstring required
API key identifier.
Query parameters
organizationIdstring
Organization the key belongs to. Defaults to the active organization.
Response
API key was revoked.
Changes
No recorded changes to this endpoint across all 1 revision of this API.