DELETE
/
accounts
/
{account_id}
/
connectors
/
{connector_id}
curl --request DELETE \
  --url https://sandbox.hyperswitch.io/accounts/{account_id}/connectors/{connector_id} \
  --header 'api-key: <api-key>'
{
  "merchant_id": "y3oqhf46pyzuxjbcn2giaqnb44",
  "merchant_connector_id": "mca_5apGeP94tMts6rg3U3kR",
  "deleted": true
}

Authorizations

api-key
string
headerrequired

Admin API keys allow you to perform some privileged actions such as creating a merchant account and Merchant Connector account.

Path Parameters

account_id
string
required

The unique identifier for the merchant account

connector_id
integer
required

The unique identifier for the Merchant Connector

Response

200 - application/json
merchant_id
string
required

The identifier for the Merchant Account

merchant_connector_id
string
required

Unique ID of the connector

deleted
boolean
required

If the connector is deleted or not