DELETE /product_drafts/:id

DELETE /product_drafts/{id}

Delete product draft

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 Draft not found

  • Unprocessable Entity

  • Server Error

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