Delete Comment from a Post

Deletes a comment of the account's owner from a post. Trying to delete a comment from another user will fail.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
length ≥ 1

The ID of the Post where the comment is.
Use IDs from Get a Post, Create a Post or List all User's Posts methods responses only. Some providers may allow native Post IDs, please refer to Posts integration guides.

string
required
length ≥ 1

The ID of the Comment to delete.

string
required
^acc_(.*)$

ID of the Account (acc_xxx) to call the method on behalf of.

Response
204

Default Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here!