Operation spec
{
"method": "delete",
"path": "/dot_phrases/{id}",
"operationId": "delete-copilot-user-dot-phrase",
"parameters": [
{
"name": "id",
"description": "The unique identifier of the Dot Phrase.",
"in": "path",
"required": true,
"schema": {
"type": "string",
"format": "uuid",
"description": "A unique identifier.",
"example": "98FCE1EF-DBCA-41EF-8BC7-4D1621AC07C6",
"title": "uuid"
},
"example": "23A9981B-9E46-4ADB-BB0B-8E406C624540"
}
],
"responses": {
"200": {
"description": "The Dot Phrase id.",
"content": {
"application/json": {
"schema": {
"type": "string",
"format": "uuid",
"description": "A unique identifier.",
"example": "98FCE1EF-DBCA-41EF-8BC7-4D1621AC07C6",
"title": "uuid"
}
}
}
}
}
}