cURL
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>" } }
Delete a Catalog product by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
RequestSuccess
The response is of type object.
object