cURL
curl --request DELETE \ --url http://api/v1/org/{organizationUuid}
{ "results": "<any>", "status": "ok" }
Deletes an organization and all users inside that organization
the uuid of the organization to delete
Ok
ok