Skip to main content

Mutation: removeUploadedContactFile

Remove uploaded file for contact.. Requires access to resource GRAPHQL_CONTACT_EDIT

phonebook {
removeUploadedContactFile(
fileId: FileId!
): Boolean!
}

Arguments

removeUploadedContactFile.fileId ● FileId! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.