Delete response

Soft-delete a review response on the platform (sets it back to notresponding, clears flags, records a DeletedResponse row) and best-effort removes the live reply from Google (review_site_id 44) or Facebook (review_site_id 3).

Auth: Account — authentication; mounted under the account-side response/* group. Scoping is implicit: response_id loads the response and the action only proceeds if the underlying company_id is set, otherwise the endpoint returns 403. The request validation only validates existence, not ownership.

Rate limit: No rate limit.

Request

  • Query: response_id (integer, required) — must be a known response.

Response{ data. } envelope.

  • status (string) — success on accepted delete; failed when permission is denied.
  • response (string) — human-readable message. Google path returns the standard 48-hour message. The Facebook path (when the live comment cannot be auto-deleted) returns a message asking the user to delete it in Facebook directly.

Errors: 422 on validation failure.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
Response

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json