Skip to main content
DELETE
Deletes an organization-owned API key without deleting the organization.

Authorizations

Authorization
string
header
required

Authorization header using the Bearer scheme. Accepted values are Leadping user JWT access tokens and WorkOS organization API keys beginning with sk_.

Path Parameters

id
string
required

Response

The API key was successfully revoked.

Confirms that an organization API key was revoked.

id
string

Unique identifier of the revoked API key.

revokedAt
string<date-time>

Date and time when the API key was revoked.

Last modified on August 20, 2026