Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning
titleOnly available in v0.2.x

The following endpoint is currently unavailable. It will be released in version 1.2.x with the mobile applications.

Resource URLĀ 

Remove Sets a contact object's status to "inactive".

Code Block
languagebash
DELETE /contacts/:id
ANY /contacts/:id?_method=delete
Info

This endpoint does NOT remove the contact from the deployment, it merely makes it inactive. Thus, it is equivalent to updating a contacts standing to inactive. To remove a contact the user must log into the web application.

Sample Response

Code Block
languagebash
DELETE /contacts/1.json
ANY /contacts/1.json?_method=delete

...