action prss_delete_api_v2_spots_id { label: "Deletes the spot with the given ID." provider: prss method: DELETE path: "/api/v2/spots/{id}" encoding: json output: { type: "object" additionalProperties: true } }