Method: userRoles.delete

  • Deletes an existing user role based on the provided profile ID and user role ID.

  • The request body should be empty, and a successful operation results in an empty response body.

  • Requires authorization with the dfatrafficking scope.

  • Uses HTTP DELETE method and gRPC Transcoding syntax for the request URL.

Deletes an existing user role.

HTTP request

DELETE https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/userRoles/{id}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

id

string (int64 format)

User role 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