Skip to main content
DELETE
/
payments
/
org-configs
/
{org_id}
Delete org payment config (admin)
curl --request DELETE \
  --url https://api.pcxpay.com/v1/payments/org-configs/{org_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

org_id
string
required

Response

Deleted