Delete the given Service Provider signing key. The active key cannot be deleted — activate another key or deactivate this key first.
DELETE
/api/sso-connectors/{id}/signing-keys/{keyId}
curl \
--request DELETE 'https://[tenant_id].logto.app/api/sso-connectors/{id}/signing-keys/{keyId}' \
--header "Authorization: Bearer $ACCESS_TOKEN"