Üzgünüz, bu sayfa henüz tercüme edilmemiş bulunuyor. Emarsys ekibimizin tüm dökümanlarımızı sizin dilinizde sunmak için yoğun çalıştığından emin olmanızı isteriz.
Deletes a media file by its ID in the Media Database.
Endpoint
POST https://api.emarsys.net/api/v2/file/<id>/delete
Required Parameters
Name | Type | Description | Comments |
---|---|---|---|
id | int | ID of an existing file in the Media Database. |
Result Example
{ "replyCode": 0, "replyText": "OK", "data": null }
Errors
HTTP Code | Reply Code | Message | Description |
---|---|---|---|
404 | 11001 | No file was found with the specified ID. | The file with the provided ID does not exist in the Media Database. |