DELETE
/
catalogProducts
/
{catalogProductId}
Delete Catalog product
curl --request DELETE \
  --url https://connect.withvayu.com/catalogProducts/{catalogProductId} \
  --header 'Authorization: Bearer <token>'
{
  "catalogProduct": {
    "name": "<string>",
    "description": "<string>",
    "externalId": "<string>",
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "deletedAt": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

catalogProductId
string
required

Response

200
application/json

RequestSuccess

The response is of type object.