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