Skip to main content
DELETE
/
products
/
{product_id}
/
logo
Delete the logo/product page image for this API Product
curl --request DELETE \
  --url http://localhost:3001/portal-api/products/{product_id}/logo
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://tyk.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

product_id
integer
required

UID of an API Product

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"