Required. The name of the conversation profile to delete. Format: projects/<Project ID>/locations/<Location
ID>/conversationProfiles/<Conversation Profile ID>.
Authorization requires the following IAM permission on the specified resource name:
dialogflow.conversationProfiles.delete
Request body
The request body must be empty.
Response body
If successful, the response body is an empty JSON object.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-15 UTC."],[[["This endpoint is used to delete a specific conversation profile using a DELETE HTTP request."],["The request URL requires the use of path parameters to specify the exact conversation profile by its name in the format `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/conversationProfiles/\u003cConversation Profile ID\u003e`."],["The request body for deleting a conversation profile must be empty."],["A successful deletion results in an empty JSON object in the response body."],["Authorisation for this request requires one of the OAuth scopes: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]