Skip to main content
DELETE
/
integrations
/
link
Delink integration mapping
curl --request DELETE \
  --url https://us.api.flexprice.io/v1/integrations/link \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "entity_id": "<string>",
  "provider_type": "<string>"
}
'
{
  "message": "<string>"
}

Authorizations

x-api-key
string
header
required

Enter your API key in the format x-api-key <api-key>*

Body

application/json

Delink mapping request

entity_id
string
required
entity_type
enum<string>
required
Available options:
customer,
plan,
invoice,
subscription,
payment,
credit_note,
addon,
item,
item_price,
price
provider_type
string
required

Response

OK

message
string