How can we help?

Searching:

0 results found

Products/Delete

DELETE /odata/Products/[productId]

Description

Deletes the details of a specific Product, as specified by the Product’s ID. This Product ID is returned in the response of the Products/Post.
Product can not be deleted if it has devices related to itself.
See the following for request and response details ‒

See Also

Request ‒ Products/Delete

Property Type Description Mandatory
productId String This is the unique identifier automatically assigned by Axonize when a Product is created. This productId is returned in the response of the Products/Post. Y

Example JSON Products/Delete Request

curl -X GET \

  https://api.stg.axonize.com/odata/products/592139084d27e710e80f1234 \

  -H ‘Authorization: Token’ \

  -H ‘Content-Type: application/json’ \

  -H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’ \

Response ‒ Products/Delete

Status 200 – OK