This documentation is for the v1 (stable) version of the API.
Invocation URL: /v1/fastlabel/removecontact

Descripton:

Removes a contact from your list of contacts, based on the unique identifier you set (AccountNo from addcontact)

Parameters:

AccountNo - Your unique customer identifier

Returns:

The number of contacts removed (should be 1, but could be more if the same AccountNo is on multiple contacts).

{

    'result': 1,
    'generated_in': '156ms'

}

Example:

https://sa.api.fastway.org/v1/fastlabel/removecontact/12345?api_key=YOUR_API_KEY

Back to FastLabel