Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

titleOnly available in v0.2.x

...

The following endpoint deactivate a contact.

Resource URLĀ 

Remove a contact object.

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

...