v1

latestOpenAPI 3.1.0AGPL-3.0 license2026-07-1210336283.6 KB
Inbox

Delete a inbox item

Delete a inbox item by its unique identifier for the authenticated team.

delete/inbox/{id}

Path parameters

idstring required

The unique identifier of the inbox item to delete.

Example:b3b7c1e2-4c2a-4e7a-9c1a-2b7c1e24c2a4

The unique identifier of the inbox item to delete.

Response

Delete a inbox item by its ID.

idstring required

The unique identifier of the deleted inbox item.

Example response

{
  "id": "b3b7c1e2-4c2a-4e7a-9c1a-2b7c1e24c2a4"
}