EnderDash

Delete Ocelot Thread

POST
/ocelot/deleteOcelotThread

Authorization

better-auth.session_token<token>

Signed-in EnderDash browser session cookie.

In: cookie

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

organizationId?string
Length1 <= length
organizationSlug?string
Length1 <= length
threadId*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/ocelot/deleteOcelotThread" \  -H "Content-Type: application/json" \  -d '{    "threadId": "51f72284-0555-48fe-a20a-4369ee94dc3e"  }'
null