Skip to main content

Delete a comment

Delete a comment.

Path Parameters
    commentId string required

    The id of the comment to be deleted.

Responses

Request has been handled successfully.


Schema
    success boolean
    data object
    message

    Possible values: [Comment was removed successfully]

DELETE /v1/comments/:commentId

Authorization

name: o_t_htype: apiKeyin: header

Request

Base URL
https://auth.quran.com
ApiKeyAuth
commentId — path required
curl / cURL
curl -L -X DELETE 'https://auth.quran.com/v1/comments/:commentId' \
-H 'Accept: application/json' \
-H 'o_t_h: <API_KEY_VALUE>'