DELETE /product_tutorials/:id/product_tutorial_warnings/:warning_id
Delete product tutorial warning
Path parameters
-
ID of the resource to fetch
-
ID of ProductTutorialWarning
DELETE /product_tutorials/{id}/product_tutorial_warnings/{warning_id}
curl \
-X DELETE https://api.cosmily.com/api/v1/product_tutorials/{id}/product_tutorial_warnings/{warning_id} \
-H "Authorization: Bearer $ACCESS_TOKEN"