Delete Category

Delete Category

  • URL Parameters:

    clientUUID

    categoryUUID

Delete Category

GET https://<baseurl>/v1/organization/category/delete/@clientUUID/@categoryUUID

Path Parameters

Name
Type
Description

clientUUID

string

Client UUID

categoryUUID

string

Category UUID

Headers

Name
Type
Description

Authentication

string

Authentication token to track down who is emptying our stocks.

#########################################################################
## success
#########################################################################

{
    "message": "success",
    "status": 200
}


#########################################################################
## Error
#########################################################################
            
{
	"message": "error",
	"status": 400,
}


Last updated