LoomalLoomal
API ReferenceThreads

Delete Thread

Soft-delete a thread and all its messages

Delete an entire thread and all its messages. Both the thread and messages are soft-deleted.

Scope: mail:manage

Endpoint

DELETE /v0/threads/:threadId

Headers

HeaderValue
AuthorizationBearer loid-your-api-key

Path Parameters

ParamTypeDescription
threadIdstringThe thread ID to delete

Response 204

No content.

Errors

StatusCodeDescription
404not_foundThread not found or not accessible

On this page