Delete an existing customer.
Last updated 1 year ago
const response = await fetch('/v1/customer/delete', { method: 'PATCH', headers: { "Content-Type": "application/json" }, body: JSON.stringify([ "text" ]), }); const data = await response.json();