cURL
curl --request DELETE \ --url http://localhost:3001/portal-api/products/{product_id}/tags/{tag_name} \ --header 'Authorization: <api-key>'
{ "status": "ok" }
Delete a tag from this API Product
UID of an API Product
1
Name of the tag to delete
"foo"
Tag successfully deleted from the API Product
Status of the operation
"ok"
Was this page helpful?