Skip to main content

contactDelete

Deletes a contact and all associated data permanently. This operation cannot be undone.

Authentication Required: Customer authentication or user management roles Authorization: Contact owner roles only Error Codes: CONTACT_NOT_FOUND_ERROR, UNAUTHORIZED_ERROR

AUTH: Role=[user.OWNER]

contactDelete(
id: Int!
): Boolean!

Arguments

contactDelete.id ● Int! non-null scalar

Contact unique identifier

Type

Boolean scalar

The Boolean scalar type represents true or false.