DELETE
/
api
/
payments
/
v3
/
connectors
/
{connectorID}
Uninstall a connector
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

Accepted

data
object
required