---
title: "Delete User Schema V1"
method: DELETE
path: "/v1/schemas/{schema_id}"
tags: ["v1", "Schema Management"]
---

# Delete User Schema V1

`DELETE /v1/schemas/{schema_id}`

Delete a schema.
    
    Soft deletes the schema by marking it as archived. The schema data and
    associated graph nodes/relationships are preserved for data integrity.
    User must have write access to the schema.

## Path parameters

- `schema_id` string, required

## Response `200`

Schema deleted successfully

- SchemaDeleteResponse — Response model for schema deletion.
  - `message` string, required — Deletion status message

## Other responses

- `401` — Unauthorized
- `403` — Insufficient permissions
- `404` — Schema not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.net/papr-ai/apis/papr-memory-api.md) · [All operations](https://skmtc.net/papr-ai/apis/papr-memory-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/papr-ai/papr-memory-api/revisions/b553be9aad37/schema)
