{
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "value",
        "value": "{{admin_api_key}}",
        "type": "string"
      },
      {
        "key": "key",
        "value": "api-key",
        "type": "string"
      },
      {
        "key": "in",
        "value": "header",
        "type": "string"
      }
    ]
  },
  "method": "DELETE",
  "header": [
    {
      "key": "Accept",
      "value": "application/json"
    }
  ],
  "url": {
    "raw": "{{baseUrl}}/account/:account_id/connectors/:connector_id",
    "host": ["{{baseUrl}}"],
    "path": ["account", ":account_id", "connectors", ":connector_id"],
    "variable": [
      {
        "key": "account_id",
        "value": "{{merchant_id}}"
      },
      {
        "key": "connector_id",
        "value": "{{merchant_connector_id}}"
      }
    ]
  },
  "description": "Delete or Detach a Payment Connector from Merchant Account"
}
