This HTTP DELETE request is used to delete a specific record with the provided ID.
_id (string): The unique identifier of the face swap task record.
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request DELETE 'https://video.a2e.ai/api/v1/userFaceSwapTask/6674f1765699df7e9d25311a'
Responses
application/json {
"code": 0,
"data": {}
}
Modified at 2025-02-25 07:32:23