Skip to main content

Method

DELETE /v1/organizations/:id

Path Parameters

id
uuid
required
Organization ID.

Headers

Authorization
string
Bearer token with organizations:write scope.

Request Example

curl -X DELETE "https://api.voyantcloud.com/v1/organizations/org_123" \
  -H "Authorization: Bearer $VOYANT_API_KEY"

Response

{ "ok": true }
The API performs a soft delete. Historical data remains available in downstream analytics, while the organization is hidden from active lists.