cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/products/{product_id}/docs/{doc_id} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a tutorial page from this API Product
UID of an API Product
1
UID of a tutorial page
OK
Status of the operation
"ok"
Was this page helpful?