Endpoint #
https://crm-api-test.10npay.com/api/v1/Individual/{individualId}/{beneficiaryId}/delete-individual-beneficiary
Example
https://crm-api-test.10npay.com/api/v1/Individual/741/590/delete-individual-beneficiary
Method DELETE
Request #
Headers
| Header Name | Value |
|---|---|
| accept | text/plain |
| Authorization | Bearer {Token} |
Example using cURL
curl -X 'DELETE' \ 'https://crm-api-test.10npay.com/api/v1/Individual/741/590/delete-individual-beneficiary' \ -H 'accept: text/plain' \ -H 'Authorization: Bearer {Token}'
Responses #
200 – Success #
| Field | Type | Example |
|---|---|---|
| Response | string | success |
400 – Bad Request #
| Field | Type | Nullable | Example |
|---|---|---|---|
| type | string | true | “string” |
| title | string | true | “string” |
| status | integer($int32) | true | 0 |
| detail | string | true | “string” |
| instance | string | true | “string” |
| additionalProp1 | string | true | “string” |
| additionalProp2 | string | true | “string” |
| additionalProp3 | string | true | “string” |
Example
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
500 – Server Error #
Snippet #
Result of the call