v2

latestOpenAPI 3.1.02026-07-312303692.4 MB
Endpoint

Cancel Msgs

Cancel any pending messages created before the specified timestamp.

Cancellation is not immediate. This API will succeed when the information that no more messages before the given date should be sent has been persisted, cancelled message attempts may take some time to show up if there is a large backlog of unsent messages from before the cutoff.

post/api/v1/app/{app_id}/endpoint/{endpoint_id}/cancel-msgs

Path parameters

app_idstring required

The Application's ID or UID.

Example:unique-identifier

The Application's ID or UID.

endpoint_idstring required

The Endpoint's ID or UID.

Example:unique-identifier

The Endpoint's ID or UID.

Headers

idempotency-keystring

The request's idempotency key

Request body

createdBeforestring date-time required

Response

no content