Delete SAML application secret
Delete a signing certificate of the SAML application. Active certificates cannot be deleted.
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"