DeleteProductType
This request allows you to modify an existing product type.
Request URL
DELETE https://api-dev.theownly.io/v1/productTypes/{id}
Headers
Name | Value | Required? |
---|---|---|
Accept | application/json | Yes |
Authorization | Bearer{APItoken} | Yes |
Parameters
Name | Type | Required? | Description |
---|---|---|---|
id | String | Yes | Product Type ID |
Example Request
curl -X 'DELETE' \
'https://api.theownly.io/v1/productTypes/Oo5BqeAm' \
-H 'accept: */*' \
-H 'Authorization: Bearer {APItoken}' \
Example Response
Product type deleted.