Skip to main content
POST

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Path Parameters

inbox_id
string<uuid>
required

Body

application/json

Request to release a leased message back to the inbox without acknowledging it.

lease_id
string<uuid>
required

The unique identifier for the lease.

message_ids
string<uuid>[]

The list of message IDs to release. If not specified all messages matching the lease_id will be released.

Minimum array length: 1

Response

Response for a message release request to an inbox.

Response for a message release request to an inbox.

released_id
string<uuid> | null
required

The unique identifier for the released messages.

results
object[]
required

The list of messages whose leases were released.