Method: customers.profiles.delete

  • This page details how to delete data collected from a Chrome browser profile using a DELETE HTTP request.

  • The request requires a name path parameter specifying the customer and profile permanent ID.

  • The request body must be empty, and a successful response body is also an empty JSON object.

  • Authorization is required using the https://www.googleapis.com/auth/chrome.management.profiles OAuth scope.

Deletes the data collected from a Chrome browser profile.

HTTP request

DELETE https://chromemanagement.googleapis.com/v1/{name=customers/*/profiles/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Format: customers/{customer_id}/profiles/{profilePermanentId}

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/chrome.management.profiles