Referencia de APIChats / Bot
Delete Bot training by botid by id
← Back to full API reference
DELETE
/v1/bot/training/:botId/:idAuth requiredRequest details
Path params
| Field | Required | Description |
|---|---|---|
| botId | Yes | Required path parameter. |
| id | Yes | Required path parameter. |
Default payloads
Path params
json
{
"botId": 1,
"id": 1
}Query
json
{}Body
json
{}Sample response
json
{}