Delete an organization. The organization must have no users before it can be deleted.
cURL
curl --request DELETE \ --url https://playground.answeringagent.com/api/v1/organizations/{organization_id} \ --header 'X-API-KEY: <api-key>'
{ "message": "Organization deleted successfully" }
The ID of the organization
Organization deleted successfully.
"Organization deleted successfully"