companyContactDelete
mutation
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
Company contact id
Return
Contact id
Error message
Status and error codes
For detailed information about common codes, see Status and error codes.
Example
delete company contact
Code
{
"companyContactId": "gid://shopline/CompanyContact/4217281771"
}
Response
{
"data": {
"companyContactDelete": {
"deletedCompanyContactId": "gid://shopline/CompanyContact/4217281771",
"userErrors": []
}
}
}
Was this article helpful to you?