Skip to main content
DELETE
/
v1
/
organizations
/
{organization_id}
curl -X DELETE "https://api.telzino.com/v1/organizations/org-123e4567-e89b-12d3-a456-426614174000" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "success": true,
  "message": "Organization successfully deleted"
}
This action cannot be undone. The organization and all its associated data will be permanently deleted.

Path Parameters

organization_id
string
required
The unique identifier of the organization to delete
curl -X DELETE "https://api.telzino.com/v1/organizations/org-123e4567-e89b-12d3-a456-426614174000" \
  -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{
  "success": true,
  "message": "Organization successfully deleted"
}