This HTTP DELETE request is used to delete a specific record with the provided ID. _id (string): The unique identifier of the dubbing record.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
The id obtained by api/v1/userDubbing/startDubbing.
Example:66ea4dd87db10c73fa29b570
Request samples
curl --location --request DELETE 'https://video.a2e.ai/api/v1/userDubbing/66ea4dd87db10c73fa29b570'
Responses
application/json {
"code": 0,
"data": {}
}
Modified at 2025-02-25 07:55:00