DELETE
/
products
/
{product_id}
/
docs
/
{doc_id}
Delete a tutorial page from this API Product
curl --request DELETE \
  --url http://localhost:3001/portal-api/products/{product_id}/docs/{doc_id} \
  --header 'Authorization: <api-key>'
{
  "status": "ok"
}

Authorizations

Authorization
string
header
required

Path Parameters

product_id
integer
required

UID of an API Product

Example:

1

doc_id
integer
required

UID of a tutorial page

Example:

1

Response

OK

status
string

Status of the operation

Example:

"ok"