delete-datahub-events
restish dci delete-datahub-events
Deletes all the previously sent events.
Responses
200 (application/json)
Delete success
{
"type": "object",
"properties": {
"message": {
"type": "string",
"example": "Delete success"
}
}
}
401 (application/json)
Unauthorized - Invalid API key.
{
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Detailed error message."
}
}
}
403 (application/json)
Forbidden - The client is not authorized to perform the request.
{
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Detailed error message."
}
}
}
500 (application/json)
Internal Server Error - Something went wrong with the DoiT API server.
{
"type": "object",
"properties": {
"error": {
"type": "string",
"description": "Detailed error message."
}
}
}
Aliases: delete-datahub-events, deletedatahubevents