cURL
curl --request POST \ --url http://localhost:55001/api/payments/v3/connectors/{connectorID}/reset \ --header 'Authorization: Bearer <token>'
{ "data": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
The connector ID
Accepted
The response is of type object.
object