---
title: "Delink integration mapping"
method: DELETE
path: "/integrations/link"
tags: ["Integrations"]
---

# Delink integration mapping

`DELETE /integrations/link`

Soft-delete (archive) the mapping between a FlexPrice entity and a provider entity.

## Request body

- DelinkIntegrationMappingRequest
  - `entity_id` string, required
  - `entity_type` 'customer' | 'plan' | 'invoice' | 'subscription' | 'payment' | 'credit_note' | 'addon' | 'item' | 'item_price' | 'price', required
  - `provider_type` string, required

## Response `200`

OK

- SuccessResponse
  - `message` string

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-06-16** `257509e66883` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/flexprice/apis/flexprice-api/changes/integrations/link/delete.md)

---

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