v10

latestOpenAPI 3.0.4raw.githubusercontent.com2026-07-0750111126.8 KB
Providers

Delete a key from a provider

Permanently removes the key identified by aliasOrKid from the provider identified by providerId. The aliasOrKid may be the key's alias or its kid. Returns 204 with no body on success, or 404 if the provider id is unknown or no matching key exists.

delete/providers/{providerId}/keys/{aliasOrKid}

Response

Key deleted successfully