cURL
curl --request DELETE \ --url http://localhost/api/payments/v3/connectors/{connectorID} \ --header 'Authorization: Bearer <token>'
{ "data": { "taskID": "<string>" } }
The access token received from the authorization server in the OAuth 2.0 flow.
The connector ID
Accepted
Show child attributes