Batch deletes the specified conversations.
HTTP request
POST https://ces.googleapis.com/v1beta/{parent=projects/*/locations/*/apps/*}/conversations:batchDelete
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The resource name of the app to delete conversations from. Format: |
Request body
The request body contains data with the following structure:
| JSON representation |
|---|
{ "conversations": [ string ] } |
| Fields | |
|---|---|
conversations[] |
Required. The resource names of the conversations to delete. |
Response body
If successful, the response body contains an instance of Operation.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
ces.conversations.delete
For more information, see the IAM documentation.