cURL
curl --request DELETE \ --url https://api.social-api.ai/v1/inbox/reviews/{id}/reply \ --header 'Authorization: <api-key>'
{ "success": true }
Deletes an existing review reply from the platform. Not yet implemented — returns 501.
Prefix your API key with "Bearer ". Example: Authorization: Bearer sapi_key_...
Authorization: Bearer sapi_key_...
Review ID
Connected account ID
Reply deleted
true