Delete a User Comment
DELETE User Comment
DELETE /users/{userId}/comments/{commentId} endpoint is used to delete a user comment.
Authentication
x-api-keystring
API keys are used to authenticate the requests.
Path parameters
userId
Unique User Identifier
commentId
Unique Comment Identifier
Response
Deleted successfully