Delete Thread

Permanently deletes a thread and all of its messages. **CLI:** ```bash agentmail inboxes:threads delete --inbox-id <inbox_id> --thread-id <thread_id> ```

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

inbox_idstringRequired
The ID of the inbox.
thread_idstringRequired
ID of thread.

Errors

404
Not Found Error