Delete an organization
DELETE {{baseUrl}}/api/admin/organizations/:organizationId?fullDeletion=<boolean>
Admin-only API to delete an organization. If fullDeletion
is set, it deletes the organization's identifiable information and files. Otherwise, it soft deletes the organization by setting its delete_date
value.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
fullDeletion | string | Set to true for full deletion |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}