cURL
curl --request DELETE \ --url https://api.glass.fm/vLatest/action/glasscore/org/{id} \ --header 'Authorization: Bearer <token>'
Permanently delete a Org from your account
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the entity for this request.
5
Ok