cURL
curl --request DELETE \ --url https://api.edgee.app/v1/organizations/{id} \ --header 'Authorization: Bearer <token>'
{ "object": "<string>", "id": "<string>", "deleted": true }
Deletes an existing Organization.
Was this page helpful?