الانتقال إلى المحتوى الرئيسي
DELETE
/
media
/
{mediaId}
Delete a media item
curl --request DELETE \
  --url https://api.youka.io/api/v1/media/{mediaId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

التفويضات

Authorization
string
header
مطلوب

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

الترويسات

Idempotency-Key
string

معلمات المسار

mediaId
string
مطلوب

الاستجابة

200 - application/json

Media deleted

success
boolean
مطلوب