PhotoGPT Developers

Delete an image

DELETE
/images/{imageID}

Deletes an image owned by the authenticated API user.

Authorization

BearerAuth
AuthorizationBearer <token>

Developer API key. Send as Authorization: Bearer <api_key>.

In: header

Path Parameters

imageID*string

Image ID

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X DELETE "https://example.com/images/string"
{  "result": null,  "status": "OK"}
{  "err": "string",  "message": "string",  "result": null,  "status": "NOK"}
{  "err": "string",  "message": "string",  "result": null,  "status": "NOK"}
{  "err": "string",  "message": "string",  "result": null,  "status": "NOK"}
{  "err": "string",  "message": "string",  "result": null,  "status": "NOK"}