Logo
15_Days_of_Postman_-_for_testers_IvanKo API Documentation

Delete a response's comment

DELETE {{baseUrl}}/collections/{{collectionUid}}/responses/{{responseUid}}/comments/{{commentId}}

Deletes a comment from a response. On success, this returns an HTTP 204 No Content response.

Note:

Deleting the first comment of a thread deletes all the comments in the thread.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X DELETE 'https://api.getpostman.com/collections/collectionUid/responses/responseUid/comments/commentId'

ENDPOINTS