Deletes a contact who is not a site member or contributor.
The deleteContact()
function returns a Promise
that resolves when the specified contact is deleted.
Note:
This function replaces the deprecated
wixCrmBackend.deleteContact()
.
The deprecated function will continue to work, but it will not receive updates.
To keep any existing code compatible with future changes, see the
migration instructions.
Deleting a contact permanently removes them from your Contact List.
If the contact is also a site member, the member must be deleted first, and then the contact can be deleted.
Note:
Only visitors with
Manage Contacts permissions
can delete contacts.
You can override the permissions by setting the suppressAuth
option to true
.
ID of the contact to delete.
Authorization options.