Delete Infinity Image

Delete Infinity Image

POST https://pub-api.mojo.vn/srv/publish/api/art_v5/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_v5/delImage' --header 'Authorization: Bearer apikey,API_KEY' --header 'Content-Type: application/json' --data '{ "id": "ImageID" }'

Last updated