- Deletes a category by its ID
Retrieves a list of categories
Creates a new category
Updates a category by its ID
Deletes a category by its...
DELETE {{baseURL}}/pay-int-api/categories/{{categoryId}}
This endpoint deletes a category.
This category will not be available in the catalog. Items linked to this category will still be in the catalog with empty category.
Security
Bearer
- Mock serverhttps://developer.flute.com/_mock/api-reference/pay-int-api/categories/{categoryId}
- Sandbox environmenthttps://sandbox.api.flute.com/pay-int-api/categories/{categoryId}
- Production environmenthttps://api.flute.com/pay-int-api/categories/{categoryId}
curl -i -X DELETE \
https://developer.flute.com/_mock/api-reference/pay-int-api/categories/6780a6b7-8c9d-4e0f-1a2b-3c4d5e6f7a03 \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-version: string'