Skip to main content

contactDeleteAccount

Deletes the user account associated with a contact, removing system access.

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

AUTH: Role=[user.OWNER]

contactDeleteAccount(
id: Int!
): Boolean!

Arguments

contactDeleteAccount.id ● Int! non-null scalar

Contact unique identifier

Type

Boolean scalar

The Boolean scalar type represents true or false.