DELETE
/
api
/
payments
/
v3
/
connectors
/
{connectorID}
curl --request DELETE \
  --url http://localhost:55001/api/payments/v3/connectors/{connectorID} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "taskID": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

connectorID
string
required

The connector ID

Response

202
application/json

Accepted

The response is of type object.