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