Delete multiple organizations in bulk

DELETE {{baseUrl}}/organizations?ids=<string>

Marks multiple organizations as deleted. After 30 days, the organizations will be permanently deleted.

Request Params

KeyDatatypeRequiredDescription
idsstring(Required) The comma-separated IDs that will be deleted

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:[123,100]}}