---
title: "DELETE /schemas/{schemaName}"
method: DELETE
path: "/schemas/{schemaName}"
---

# DELETE /schemas/{schemaName}

`DELETE /schemas/{schemaName}`

Deletes the <code>SchemaMapping</code> with a given name. This operation will succeed even if a schema with the given name does not exist. This operation will fail if there is a <code>MatchingWorkflow</code> object that references the <code>SchemaMapping</code> in the workflow's <code>InputSourceConfig</code>.

## Path parameters

- `schemaName` string, required

## Response `200`

Success

- DeleteSchemaMappingOutput
  - `message` string, required — A successful operation message.

## Other responses

- `480` — ThrottlingException
- `481` — InternalServerException
- `482` — AccessDeniedException
- `483` — ConflictException
- `484` — ValidationException

---

[API](https://skmtc.net/aws/apis/entityresolution.md) · [All operations](https://skmtc.net/aws/apis/entityresolution/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/entityresolution/versions/480b85498767/schema)
