🚀 Version 2.0 is now live! See our changelog for details
cURL
curl --request DELETE \ --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/transcoding/profiles/{profileId} \ --header 'Authorization: Bearer <token>'
{ "message": "Library Deleted Successfully", "success": true }
Delete a transcoding profile.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier of the library.
Unique identifier of the targeted transcoding profile resource.