cURL
curl --request DELETE \ --url https://eu-vg-edge.moeaymandev.workers.dev/v2/orgs/{org_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Organization deleted successfully" }
Deletes an organization
Workspace secret API key, found in the workspace settings page (top left).
The ID of the organization to delete
Organization deleted succesfully
The response is of type object.
object