curl --request DELETE \
--url https://matcher.sandbox.lerian.net/v1/exceptions/{exceptionId}/comments/{commentId} \
--header 'Authorization: Bearer <token>'{
"code": "404",
"title": "not_found",
"message": "context not found",
"error": "<string>"
}Use este endpoint para excluir um comentário específico de uma exceção.
curl --request DELETE \
--url https://matcher.sandbox.lerian.net/v1/exceptions/{exceptionId}/comments/{commentId} \
--header 'Authorization: Bearer <token>'{
"code": "404",
"title": "not_found",
"message": "context not found",
"error": "<string>"
}Bearer token authentication (format: "Bearer {token}")
Um identificador único para rastrear a requisição entre serviços.
O identificador único da exceção.
O identificador único do comentário.
Comentário excluído com sucesso
Esta página foi útil?