Skip to main content
DELETE
cURL

Authorizations

x-publisher-token
string
header
required

Publisher token, as displayed in the Publisher Dashboard.

Path Parameters

name
string
required

Asset name.

Example:

"gold_coins_icon"

Response

Asset deleted successfully.

id
string

Asset ID.

Example:

"507f1f77bcf86cd799439011"

name
string

Asset name.

Example:

"gold_coins_icon"

type
enum<string>

Asset category.

Available options:
product,
badge,
bgMobile,
bgDesk,
logo,
favicon,
bgBundle,
bgPopup,
general,
section,
productPrefix,
playerLevel,
banner,
addToHomeButtonImage,
addToHomeIconImage,
playerProfileImage,
offerHeader,
backToGameButtonImage,
animation,
trait
Example:

"product"

imageUrl
string<url>

Image URL. For uploaded files, this is the Appcharge-hosted CDN URL. For external image URLs, this is the original image URL served from your CDN at the provided URL.

Example:

"https://media.appcharge.com/media/691d8c9f127412f152236889baf5"

contentType
string

Image MIME type.

Example:

"image/png"

externalImageUrl
string<url>

Original image URL if the asset uses an external image URL. This URL is served from your CDN at the provided URL.

Example:

"https://example.com/assets/gold_coins_icon.png"