Delete saved 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_data record id (category review_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 422 You are not authorized to delete this company review site login when the record is outside the caller's tree.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

Required — the saved credential row to delete.

Body Params
integer
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