Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://cdn.tailoredd.com/apiV2/reviews/{reviewId}/media/{cloudinaryPublicId}
{ "success": true, "data": {} }
Permanently delete a Cloudinary-hosted image or video attached to a review.
DELETE {BASE_URL}/reviews/{reviewId}/media/{publicId}
{ "success": true, "data": { "deleted": true, "publicId": "reviews/rev_123456/abc987" } }
Successful response
true
Was this page helpful?