delete
https://production-api.shoutaboutus.com/api/v1/store-review-site/company/credentials
Delete a saved company-level review-site login (a company_meta_data row of category review_site).
Auth: Both — authentication. The request validation scopes id to a company_meta_data row whose category=review_site AND company_id equals the auth user's own person.company_id. The controller then re-checks against the record's company and returns a 422 if it is not in the caller's hierarchy. So a record is reachable both for its own Account and for a parent Partner.
Rate limit: No rate limit.
Request
- Query:
id(integer, required) —company_meta_datarecord id (categoryreview_site) owned by the caller's company.
Response — NOT wrapped in { data. }; this success path returns the object directly via successResponse, so the envelope is { data: { status, message } }.
status(string) —success.message(string) —Company review site login deleted successfully. Returns 422You are not authorized to delete this company review site loginwhen the record is outside the caller's tree.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
