/catalog/data-asset/{id}/comment

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Delete Comment

Use this route to delete a comment from a specific data asset.

How to use

Provide the data asset id as a path parameter and send the comment details to delete in the request body.

Payload example

{
  "comment": {
    "id": 42,
    "username": "john.doe"
  }
}

Body fields

  • comment: object identifying the comment to delete:
    • id: the numeric identifier of the comment;
    • username: the username of the comment author.

Error scenarios

CodeErrorDescription
401UnauthenticatedInvalid or missing access-token header
403ForbiddenUser does not have the required permissions
404Not FoundThe requested data asset or comment does not exist
500Internal Server ErrorUnknown server error
Path Params
string
required
Body Params
comment
object
required
Headers
string
enum
Allowed:
Response

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json