Delete a encoding profile
Developing
DELETE
/projects/{projId}/encoding-profiles/{encodingType}/{profileId}
Delete a Encoding Profile of a Project
DELETE
/projects/<project_id>/encoding-profiles/<encodingType>/<profile_id>
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE 'https://api.vidinfra.com/v1/projects/f32a0116-fe11-454c-8e6a-5ff4101882e5/encoding-profiles/vod/2c337aa2-5a5d-41c7-99c7-2a1218c3c46f'
Response Response Example
200 - OK - Success
{"message":"encoding Deleted Successfully","success":true}
Request
Path Params
projId
stringÂ
required
Example:
f32a0116-fe11-454c-8e6a-5ff4101882e5
encodingType
stringÂ
required
Example:
vod
profileId
stringÂ
required
Example:
2c337aa2-5a5d-41c7-99c7-2a1218c3c46f
Responses
Modified at 2025-06-19 04:59:01