Delete QR Art

Delete QR Art

Delete Image

POST https://pub-api.mojo.vn/srv/publish/api/art_qr/delImage

Headers

Name
Type
Description

Content-Type

application/json

Authorization

Bearer apikey,

API_KEY

Request Body

Name
Type
Description

id

String

Image ID

{
    "success": true
}

curl --location 'https://pub-api.mojo.vn/srv/publish/api/art_qr/delImage' --header 'Authorization: Bearer apikey,API_KEY' --header 'Content-Type: application/json' --data '{ "id": "QRImageID" }'

Last updated