Method: tasks.pushNotificationConfigs.delete

Deletes a push notification config for a task.

HTTP request

DELETE https://ces.googleapis.com/tasks/{taskId}/pushNotificationConfigs/{id}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
taskId

string

Required. The parent task resource ID.

id

string

Required. The resource ID of the configuration to delete.

Query parameters

Parameters
tenant

string

Optional. Tenant ID, provided as a path parameter.

Request body

The request body must be empty.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-platform
  • https://www.googleapis.com/auth/ces

For more information, see the Authentication Overview.