Skip to main content
DELETE
/
api
/
comment
/
{type}
/
{objectId}
/
{id}
deleteComment
curl --request DELETE \
  --url https://api.artemis.cynopsis.co/api/comment/{type}/{objectId}/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer
required

id

objectId
integer
required

objectId

type
enum<string>
required

type

Available options:
CUSTOMER,
HIT

Response

OK