Part3 Developers

Comments delete

DELETE /admin/comments/{id}

Soft-delete a comment and its mentions. Only the author or an admin can delete.

DELETE
/admin/comments/{id}
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Response Body

curl -X DELETE "https://api.part3.io/v1/admin/comments/string"
Empty