Remove

Remove image

POST
/api/remove

Authorization

token_auth_2
AuthorizationBearer <token>

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

id_image*string

Response Body

curl -X POST "https://api.piktid.com/api/remove" \  -H "Content-Type: application/json" \  -d '{    "id_image": "string"  }'
Empty
Empty
Empty
Empty
Empty