Delete SAML application secret
Delete a signing certificate of the SAML application. Active certificates cannot be deleted.
Path parameters
-
The unique identifier of the saml application.
-
The unique identifier of the secret.
DELETE
/api/saml-applications/{id}/secrets/{secretId}
curl \
--request DELETE https://[tenant_id].logto.app/api/saml-applications/{id}/secrets/{secretId} \
--header "Authorization: Bearer $ACCESS_TOKEN"