Method: creatives.delete

  • This operation deletes a specified Creative using an HTTP DELETE request.

  • The request targets the URL https://dai.googleapis.com/v1/{name=creatives/*}, replacing {name} with the creative name.

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

Deletes a Creative.

HTTP request

DELETE https://dai.googleapis.com/v1/{name=creatives/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

The creative Google Video ID to be deleted.

Request body

The request body must be empty.

Response body

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