Skip to main content
DELETE
/
orgs
/
{org_id}
Delete Organization
curl --request DELETE \
  --url https://api.yertle.com/orgs/{org_id}
{
  "success": true,
  "deleted": {},
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.yertle.com/llms.txt

Use this file to discover all available pages before exploring further.

Headers

authorization
string | null

Path Parameters

org_id
string
required

Response

Successful Response

Response returned by delete operations that report what was cleaned up.

success
boolean
required

True if the deletion succeeded

deleted
Deleted · object
required

Counts of entities removed, keyed by entity type

message
string
required

Human-readable summary of the deletion