Assets

Delete a single asset by ID

Delete a specific uploaded image asset. Only the original uploader can delete their assets.

DELETE
/assets/{asset_id}
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

asset_idstring

Response Body

Examples

curl -X DELETE "https://v2.api.piktid.com/assets/string"
{
  "deleted_count": 0,
  "failed_ids": [
    "string"
  ]
}
Empty
Empty