Reset a Live Event – Media API – MediaKind

Reset a Live Event

post https://app.mk.io/api/v1/projects/:project_name/media/liveEvents/:event_name/reset

NOT IMPLEMENTED. Resets a Live Event. All live outputs for the live event are deleted and the live event is stopped and will be started again.

RBAC Capability Required: ams.liveevent.create

Authentication

Authorization Bearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

Parameter Type Required Description
project_name string Yes
event_name string Yes

Errors

400 Not implemented

401 Unauthorized

403 Forbidden

404 Not Found

429 Too Many Requests

500 Internal Server Error