# Delete SAML application **DELETE /api/saml-applications/{id}** Delete a SAML application by ID. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (string) The unique identifier of the saml application. ## Responses ### 204 The SAML application was deleted successfully. ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 The SAML application was not found. ### 422 The specified application is not a SAML application. [Powered by Bump.sh](https://bump.sh)