AI-generated Key Takeaways
- 
          This API call deletes an existing content category using a DELETE HTTP request. 
- 
          The request requires a profileIdandidas path parameters to specify which content category to delete.
- 
          The request body for this API call must be empty. 
- 
          A successful response body will also be an empty JSON object. 
- 
          Authorization is required using the https://www.googleapis.com/auth/dfatraffickingOAuth scope.
Deletes an existing content category.
HTTP request
DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/contentCategories/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| profileId | 
 User profile ID associated with this request. | 
| id | 
 Content category ID. | 
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
Authorization scopes
Requires the following OAuth scope:
- https://www.googleapis.com/auth/dfatrafficking