Skip to main content
POST
/
organizations
/
{orgId}
/
disable
Disable organization communications
curl --request POST \
  --url https://api.helloannie.com/v1/organizations/{orgId}/disable
{
  "success": true,
  "data": {
    "status": "enabled",
    "changed": true
  },
  "message": "<string>"
}

Documentation Index

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

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

Path Parameters

orgId
string<uuid>
required

The ID of the organization to disable

Response

Confirmation that an organization has been enabled or disabled

success
enum<boolean>
required
Available options:
true
data
object
required
message
string
required