Referencia de APIChats / Diffusion
Delete Diffusion
← Back to full API reference
DELETE
/v1/conversation-diffusionAuth required- Validated by Zod schema: deleteDiffusionSchema.
Request details
Body fields
| Field | Required | Description |
|---|---|---|
| id | Yes | Type: string |
Default payloads
Path params
json
{}Query
json
{}Body
json
{
"id": "00000000-0000-0000-0000-000000000000"
}Sample response
json
{
"id": "<id>"
}