Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request DELETE '/voucher_owners/' \
--header 'Authorization: Bearer <token>'{
"meta": null,
"data": {
"id": "string",
"identifier": null,
"title": null,
"name": null,
"first_name": "string",
"last_name": "string",
"email": null,
"pending_email": null,
"pending_email_expires_at": null,
"address_line_1": null,
"address_line_2": null,
"zip_code": null,
"city": null,
"country_code": null,
"property1": "string",
"property2": "string",
"vouchers": [
null
]
}
}