# Revoke Floor Plan

Delete floor plan by ID.

Endpoint: DELETE /venues/{venueId}/floorplans/{floorPlanId}
Version: 0.2.9

## Path parameters:

  - `venueId` (string, required)

  - `floorPlanId` (string, required)

## Response 202 fields (application/json):

  - `requestId` (string)
    Unique operation request identifier.

  - `response` (any)
    Response payload or result body.

## Response 400 fields (application/json):

  - `requestId` (any)
    Unique operation request identifier.

  - `errors` (array)
    List of operation request errors.


