Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request samples
curl --location --request DELETE 'https://api-sandbox.z.incapi/v1/beneficiary/' \
--header 'x-api-version;'
Responses
application/json {
"message": "Beneficiary deleted successfully"
}
Modified at 2024-07-28 14:49:52