Rhino Partner Api::V2::Test::Resident API

The PartnerApi::V2::Test::Resident API from Rhino — 1 operation(s) for partnerapi::v2::test::resident.

Operations 1

DELETE /partners/{owner_slug}/test/residents/{source}/{source_prospect_id} destroy

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/rhino-partnerapi-v2-test-resident-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

rhino-partnerapi-v2-test-resident-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Rhino Partner Api::V2::Test::Resident API
  version: v2
  description: 'Operations tagged PartnerApi::V2::Test::Resident across 2 of this provider''s published API definitions: rhino-partner-api-openapi.json, rhino-partnerapi-v2-test-resident-api-openapi.yml. Each path carries the servers of the definition it was published in.'
servers:
- url: https://api.prod.sayrhino.com
  description: Base URL declared by the provider in apis.yml (roadmap#122).
security:
- bearerAuth: []
tags:
- name: PartnerApi::V2::Test::Resident
paths:
  /partners/{owner_slug}/test/residents/{source}/{source_prospect_id}:
    delete:
      parameters:
      - example: application/x-www-form-urlencoded
        in: header
        name: Content-Type
        required: true
        schema:
          type: string
      - example: colette-schiller-1
        in: path
        name: owner_slug
        required: true
        schema:
          type: string
      - example: yardi
        in: path
        name: source
        required: true
        schema:
          type: string
      - example: resident-123
        in: path
        name: source_prospect_id
        required: true
        schema:
          type: string
      responses:
        '200':
          content:
            application/json:
              example:
                reset:
                  insurance_policy_ids:
                  - 8
                  reprocessed_prospect_id: 8
                  unlinked_yardi_resident_ids:
                  - 8
                status_code: 200
              schema:
                properties:
                  reset:
                    properties:
                      insurance_policy_ids:
                        items:
                          type: integer
                        type: array
                      reprocessed_prospect_id:
                        type: integer
                      unlinked_yardi_resident_ids:
                        items:
                          type: integer
                        type: array
                    required:
                    - insurance_policy_ids
                    - unlinked_yardi_resident_ids
                    - reprocessed_prospect_id
                    type: object
                  status_code:
                    type: integer
                required:
                - status_code
                - reset
                type: object
          description: runs the reset and returns success
          headers:
            Content-Type:
              schema:
                type: string
        '401':
          description: returns unauthorized
        '404':
          content:
            application/json:
              example:
                error: Resident not found.
                status_code: 404
              schema:
                properties:
                  error:
                    type: string
                  status_code:
                    type: integer
                required:
                - status_code
                - error
                type: object
          description: returns not found
        '422':
          content:
            application/json:
              example:
                error: 'RuntimeError: SayRhino teardown failed (500): {"error" => "kaboom"}'
                status_code: 422
              schema:
                properties:
                  error:
                    type: string
                  status_code:
                    type: integer
                required:
                - status_code
                - error
                type: object
          description: returns unprocessable entity with the error
          headers:
            Content-Type:
              schema:
                type: string
      summary: destroy
      tags:
      - PartnerApi::V2::Test::Resident
components:
  securitySchemes:
    bearerAuth:
      bearerFormat: JWT
      scheme: bearer
      type: http
x-refined-from:
- rhino-partner-api-openapi.json
- rhino-partnerapi-v2-test-resident-api-openapi.yml