...
| title | Only available in v0.2.x |
|---|
The following endpoint
...
deactivates an affiliation.
Resource URLĀ
...
Remove an affiliation.
| Code Block | ||
|---|---|---|
| ||
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 | ||
|---|---|---|
| ||
DELETE /affiliations/1.json ANY /affiliations/1.json?_method=delete |
...