delete threshold
### DELETE /api/v1/{account_id}/projects/{project_id}/dimension-thresholds/{dimension_id}
Deletes a dimension threshold for a specific project within an account.
#### Request
No request body parameters are required for this endpoint.
- `base_url` (string): The base URL of the API.
- `account_id` (string): The unique identifier of the account.
- `project_id` (string): The unique identifier of the project.
- `dimension_id` (string): The unique identifier of the dimension threshold to be deleted.
#### Response
The response for this request is a JSON object with the following schema:
``` json
{}
```
Path parameters
account_id
project_id
dimension_id

