Skip to main content
DELETE
/
payments
/
provider-configs
/
{provider}
/
{config_id}
Delete provider config by provider + config ID (admin)
curl --request DELETE \
  --url https://api.pcxpay.com/v1/payments/provider-configs/{provider}/{config_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

provider
string
required
config_id
string
required

Response

Deleted