DELETE /products/:id

DELETE /products/{id}

Delete product

Path parameters

  • id integer(int64) Required

    ID of the resource to fetch

Responses

  • no content success

  • Authorization information is missing or invalid.

  • Authorization forbidden

  • Product not found

  • Unprocessable Entity

  • Server Error

DELETE /products/{id}
curl \
 -X DELETE https://api.cosmily.com/api/v1/products/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"