Delete a personal contact by it's unique id.
The unique ID of contact.
No Content
const response = await fetch('https://HOSTNAME:8887/api/user/contacts/{id}/destroy', { method: 'POST', headers: {}, }); const data = await response.json();