Versions Compared

Key

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

...

titleOnly available in v0.2.x

The following endpoint

...

deactivates an affiliation.

Resource URLĀ 

...

Remove an affiliation.

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

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

Sample Response

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

...