---
title: "Delete trust store configuration"
method: DELETE
path: "/trust-store-configuration"
tags: ["Trust Store"]
---

# Delete trust store configuration

`DELETE /trust-store-configuration`

Delete the trust store configuration. This is an asynchronous operation that returns a job_id immediately. Track progress using the Jobs API.

Note: Only one operation can run at a time per resource.

## Response `200`

Configuration deletion initiated

- JobIdResponse
  - `job_id` string, uuid — Job ID to track the asynchronous operation

## Other responses

- `404` — No trust store configuration found
- `422` — A pending operation already exists for this resource

---

[API](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api.md) · [All operations](https://skmtc.dev/cloudamqp/apis/cloudamqp-instance-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudamqp/cloudamqp-instance-api/revisions/d04a3670170c/schema)
