---
title: "Delete a Store Integration"
method: DELETE
path: "/store_integrations/{id}"
tags: ["Store Integrations"]
---

# Delete a Store Integration

`DELETE /store_integrations/{id}`

Delete a store integration by ID for the authenticated API account.

To delete an integration on behalf of a merchant, send the merchant
reference in the `Sequra-Merchant-Id` request header.

## Path parameters

- `id` string, required

## Headers

- `Sequra-Merchant-Id` string

## Response `204`

No Content - by webhook_url

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

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