DELETE
multistream target
Request
DELETE /multistream/target/{id}
deletes an existing multistream target
object. Make sure to remove any references to the target on existing streams
before actually deleting it from the API.
curl -X DELETE 'https://livepeer.studio/api/multistream/target/{id}' \
-H 'authorization: Bearer {api-key}'
Response
204 No Content