Referencia de APIChats / Custom Tools
Delete Custom Tools by id
← Back to full API reference
DELETE
/v1/custom-tools/:idAuth requiredRequest details
Path params
| Field | Required | Description |
|---|---|---|
| id | Yes | Required path parameter. |
Default payloads
Path params
json
{
"id": 1
}Query
json
{}Body
json
{}Sample response
json
{
"success": true
}