跳转到主要内容
POST
/
v1
/
beneficiaries
/
{id}
/
delete
Delete Beneficiary
curl --request POST \
  --url https://api-sandbox.uqpaytech.com/api/v1/beneficiaries/{id}/delete \
  --header 'x-auth-token: <api-key>'
{}

Documentation Index

Fetch the complete documentation index at: https://developers-sandbox.uqpaytech.com/llms.txt

Use this file to discover all available pages before exploring further.

授权

x-auth-token
string
header
必填

The API token for login provided by UQPay.

请求头

x-on-behalf-of
string

Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.

路径参数

id
string<uuid>
必填

Universally unique identifier (UUID v4) of a resource.

示例:

"b3d9d2d5-4c12-4946-a09d-953e82sed2b0"

响应

200 - application/json

OK - Successfully delete a beneficiary.

The response is of type object.