Confirm Event
DELETE /subscription/{subscription_id}/confirm
This is used to confirm you have received the event, and removes it from the queue.
Parameters
Path Parameters
Header Parameters
Responses
200
Successful Response
object
A meta object that contains non-standard meta-information
object
The document’s ‘primary data’.
object
Unique ID of the Entity
Type of entity
This contains a data blob of the entity, this is where the main payload of data is
object
Links to any relevant information or entities
object
Link to the current resource.
Link of a related resource.
Link to API documentation for that resource.
Additional information about the entity which isn’t provided in the main data blob
object
A links object related to the primary data
object
Link to the current resource.
Link of a related resource.
Link to API documentation for that resource.
401
Unauthorized access, credentials are invalid.
403
Forbidden access, this is returned when you do not have sufficient permissions to access the resource
404
Not found
422
Validation Error
object
object
429
Rate limit exceeded; once an API quota is reached a 429 is returned, wait 60 seconds and try again.
500
Unexpected internal error, could not process request
503
The API is currently unavailable, please try again later
504
A request timed out while processing, please try again; if it persists try reducing the payload size.