---
title: "Delete SAML application"
method: DELETE
path: "/api/saml-applications/{id}"
tags: ["SAML applications"]
---

# Delete SAML application

`DELETE /api/saml-applications/{id}`

Delete a SAML application by ID.

## Path parameters

- `id` string, required

## Response `204`

The SAML application was deleted successfully.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The SAML application was not found.
- `422` — The specified application is not a SAML application.

---

[API](https://skmtc.net/logto/apis/logto-api-references.md) · [All operations](https://skmtc.net/logto/apis/logto-api-references/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/logto/logto-api-references/versions/a163dc77d842/schema)
