Delete Talking Photos
🖼️ Delete Talking Photo asset from Yepic
The "Delete Talking Photo" endpoint offers a secure and straightforward method to permanently remove a Talking Photo from our system. Whether you need to manage your multimedia library or ensure data privacy compliance, this endpoint grants you the ability to delete specific Talking Photos with ease.
Caution:
Don't forget to replace the placeholder "YOUR_API_KEY" with your unique API key in the header. If you haven't obtained one yet, please contact us at [email protected], and we will provide one as soon as possible.
A request example to specify an image as an asset is as follows:
curl --request DELETE \
--url https://api.yepic.ai/v1/talkingphotos/{talkingPhotoId} \
--header 'X-Api-Key: YOUR_API_KEY' \
--header 'content-type: application/json'
For details of the image
asset fields, refer to the table below:
Fields | Data Type | Required | Description |
---|---|---|---|
talkingPhotoId | string | Yes | The ID of talking photo asset |
✅Congratulations! You have successfully delete an talking photo video using our API!
📌 Need help?

Updated about 2 months ago