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": false
}

Authorizations

api-key
string
header
required

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 Connector Deleted

The response is of type object.