deleteFailedMessages

post

/ccadmin/v1/webhookFailedMessages/delete

Delete Failed Messages. Deletes a set of existing failed messages with specific service name, server type and date range.

Request

Supported Media Types
Body ()
Root Schema : deleteFailedMessages_request
Type: object
Show Source
Example:
{
    "dateRange":{
        "fromDate":"2018-11-09 11:53:06",
        "toDate":"2018-11-16 11:53:06"
    },
    "serverType":"publishing",
    "serviceName":"updateProfile"
}
Nested Schema : dateRange
Type: object
The date range in which messages should be deleted (values in GMT).
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : deleteFailedMessage_response
Type: object
Show Source
Example Response (application/json)
{
    "message":"3 messages have been deleted successfully"
}

Default Response

The error response. 34023 : If the service name is invalid 34024 : If the server type is invalid 34025 : If start date or end date is invalid 34017 : If operation fails due to some internal error
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top