AI-generated Key Takeaways
-
Deletes a specified content category from a user profile using a DELETE request.
-
Requires providing the user profile ID and the content category ID as path parameters.
-
The request body should be empty, and a successful deletion results in an empty response body.
-
Authorization is necessary using the
dfatrafficking
scope within the OAuth framework.
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