Delete Product

Description

Delete specified Nabto Edge Product.

Request

DELETE /v1/n5/products/:productId

Response

Response Status codes:

  • 200 on success

Request headers

This request must have the following headers:

  • Authorization: bearer <ApiKey>
  • X-Nabto-Organization: <organizationId>

Example

Request

curl -XDELETE "https://api.cloud.nabto.com/v1/n5/products/:productId" \
  -H "Authorization: Bearer <ApiKey>" \
  -H "X-Nabto-Organization: <OrganizationId>"

Response

Returns response Code: 200