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

KeyDatatypeRequiredDescription
fullDeletionstringSet to true for full deletion

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}