Alert!

This is the latest version of the API! It is subject to change and may contain bugs! Use only for testing new features or at your own risk.
Invocation URL: /latest/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://api.fastway.org/latest/fastlabel/removecontact/12345?api_key=YOUR_API_KEY

Back to FastLabel