Delete Organization
To delete an organization, use the following request:
1
2
| DELETE /organizations/:id.xml
DELETE /organizations/:id.json
|
XML Request Example
1
| curl -i -X DELETE http://onapp.test/organizations/12.xml -u user:userpass -H 'Accept: application/xml' -H 'Content-type: application/xml'
|
JSON Request Example
1
| curl -i -X GET http://onapp.test/organizations/12.json -u user:userpass -H 'Accept: application/json' -H 'Content-type: application/json'
|