Skip to main content

DeleteProductType

This request allows you to modify an existing product type.

Request URL

DELETE https://api-dev.theownly.io/v1/productTypes/{id}

Headers

NameValueRequired?
Acceptapplication/jsonYes
AuthorizationBearer{APItoken}Yes

Parameters

NameTypeRequired?Description
idStringYesProduct 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.