openapi: 3.0.3
info:
title: Perchwell JSON Listings Media API
version: '1.0'
description: Perchwell's JSON API provides access to real estate listing data in a format designed for ease of use and speed of development. The API uses simple token authentication and a basic query interface for filtering listings and paginating through results. Faithfully generated by the API Evangelist enrichment pipeline from Perchwell's published API reference (https://docs.perchwell.com/#/json_api_getting_started).
contact:
name: Perchwell Support
email: support@perchwell.com
url: https://docs.perchwell.com
servers:
- url: https://www.perchwell.com
description: Production
security:
- tokenAuth: []
tags:
- name: Media
description: RESO Media resource (nested within Property).
paths:
/Media('{id}'):
delete:
operationId: deleteMedia
summary: Delete a Media record by MediaKey
tags:
- Media
parameters:
- $ref: '#/components/parameters/id'
responses:
'204':
description: Media deleted.
components:
parameters:
id:
name: id
in: path
required: true
description: The resource primary key value.
schema:
type: string
securitySchemes:
tokenAuth:
type: apiKey
in: header
name: Authorization
description: Simple token authentication. Send the API token in the Authorization header.