API Docs
Need help?
Back to Agencies API

Delete Agency

Deletes an agency account and its data. Use with caution.

Request Details

path Parameters

FieldTypeRequiredDescription
agencyId
string
YesThe ID of the agency to delete.

Sample Request & Response

DELETE
/agencies/{agencyId}
Deletes an agency account and its data. Use with caution.
Sample Request

Headers:

{
  "Authorization": "Bearer <YOUR_API_KEY>"
}

Path Parameters:

{
  "agencyId": "string (required) - The ID of the agency to delete."
}
Sample Response (204)
{}