Skip to main content
curl -X DELETE https://api.thinnest.ai/v2/calls/{call_id} \
  -H "Authorization: Bearer $THINNESTAI_API_KEY"

Response 204

No content. The call has been soft-deleted.
Note: Deleted calls are excluded from list results but retained in the database for billing audit purposes. Recordings are not deleted.

Errors

CodeDescription
404Call not found
403Not authorized to delete this call