Delete SAML application

DELETE /api/saml-applications/{id}

Delete a SAML application by ID.

Path parameters

  • id string Required

    The unique identifier of the saml application.

Responses

  • The SAML application was deleted successfully.

  • Bad Request

  • Unauthorized

  • Forbidden

  • The SAML application was not found.

  • The specified application is not a SAML application.

DELETE /api/saml-applications/{id}
curl \
 --request DELETE https://[tenant_id].logto.app/api/saml-applications/{id} \
 --header "Authorization: Bearer $ACCESS_TOKEN"