Back to Agencies API
Delete Agency
Deletes an agency account and its data. Use with caution.
Request Details
path Parameters
Field | Type | Required | Description |
---|---|---|---|
agencyId | string | Yes | The 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)
{}