API OPS: resetshow
OPS: Reset Show¶
This call resets the specified show to an empty state.
Endpoint: /api/v1/ops/resetshow
Verb: POST
Payload:
| Type | Attribute | Required | Description |
|---|---|---|---|
| Number | show_id | Yes | Unique ID for corresponding show |
Example Response:
{
"api_code": 0,
"error": null
}