Threads
Delete Threads
This API endpoint deletes a Thread and all associated Messages using the DELETE
method.
Body
None.
Response
Unique identifier for the deleted thread.
Indicates whether the thread was successfully deleted.
The type of the returned object, which will be "thread.deleted"
.
Authorization
A valid API key must be passed in the Authorization
header:
Generate your API key here.
Path Parameters
Id of the Thread to be deleted.