Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
nameThis method allows you to delete an existing Contact from a customer.

Use this method to delete an existing Customer contact.

Tip

Valid Tokens: Company.


Filter by label (Content by label)
showLabelsfalse
max5
titleRelated Articles
cqllabel in ( "company-token" , "api" , "customer-contact" , "customer-account" , "customer-contacts" )

Request


URL: https://api.kometsales.com/api/customer.contact.delete

Method: POST

Content-Type: application/JSON


Input Parameters

authenticationToken (required)(string:50)

Komet Sales security token.


contactId (required) (integer:20)

The ID of the Contact to delete.

You can get this value from the customer.contact.list API method.


Code Block
{
    "authenticationToken": "token_info_goes_here", 
    "contactId": 20131
  }

Response


status (integer:1)

Transaction status.

Valid values: 1 = Success | 0 = Failure


message (string:500)

Transaction status description.


Code Block
{
  "status": 1,
  "message": "Contact was successfully deleted."
 }
We've encountered an issue exporting this macro. Please try exporting this page again later.