Delete a comment
Applications
Delete a comment
Permanently delete a comment.
Required scope applications:comment
delete
/applications/{id}/comments/{commentId}Authorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Path parameters
idstring<uuid>requiredIdentifier of the application. Must belong to the workspace the key is bound to.
commentIdstring<uuid>requiredIdentifier of the comment.
Response204
The comment was deleted.