Yurba Docs

DELETE /comments/{comment_id}

Delete post, returns bool int.

Request URL params:

comment_id: int

Request headers:

token: string

Response:

{
   ok: int
}

Example:

{
   ok: 1
}

Errors:

auth_failed: token authorization failed

access_denied: you aren't the author of the post