v1

latestOpenAPI 3.0.02026-07-26168846732.2 KB
Merchant Connector Account

Merchant Connector - Delete

Delete or Detach a Merchant Connector from Merchant Account

delete/account/{account_id}/connectors/{merchant_connector_id}

Path parameters

account_idstring required

The unique identifier for the merchant account

merchant_connector_idstring required

The unique identifier for the Merchant Connector

Response

Merchant Connector Deleted

merchant_idstring required

The identifier for the Merchant Account

merchant_connector_idstring required

Unique ID of the connector

deletedboolean required

If the connector is deleted or not

Example response

{
  "merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
  "merchant_connector_id": "mca_5apGeP94tMts6rg3U3kR"
}