Delete Binary

Delete the binary of an app.

Request

POST /seller/v2/content/binary
Name

Type

In

Description

contentId

string

body

Required. The unique 12-digit identifier of the app.

binarySeq

string

body

Required when deleting existing binary data. Copy the value from the contentInfo response. This value is not visible in Seller Portal.

curl -i -X POST \
  -d" {"contentId": "000008084686", "binarySeq": "1"} \
  "https://devapi.samsungapps.com/seller/v2/content/binary"

Response

Success

{
   "resultCode": "0000",
   "resultMessage": "Ok"
}

See Failure response codes for a list of possible response codes when a request fails.