Requires write_customers access scope.
An access token is required to call this API. Refer to Authorization for more information about how to obtain the token.
Company contact delete
Arguments
companyContactId ● ID!non-null
Company contact id
Return
deletedCompanyContactId ● ID
Contact id
userErrors ● [BusinessCustomerUserError!]!non-null
Error message
More
Status and error codes
For detailed information about common codes, see Status and error codes.
Example
delete company contact
{
"companyContactId": "gid://shopline/CompanyContact/4217281771"
}
Response
{
"data": {
"companyContactDelete": {
"deletedCompanyContactId": "gid://shopline/CompanyContact/4217281771",
"userErrors": []
}
}
}
Was this article helpful to you?