Skip to main content
DELETE
/
inbox
/
comments
/
{postId}
/
{commentId}
/
hide
Unhide a comment
curl --request DELETE \
  --url https://api.social-api.ai/v1/inbox/comments/{postId}/{commentId}/hide \
  --header 'Authorization: <api-key>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...

Path Parameters

postId
string
required

Platform post ID

commentId
string
required

Platform comment ID to unhide

Query Parameters

account_id
string
required

Connected account ID

Response

Comment unhidden

success
boolean
Example:

true