Delete Category
Delete your category
Delete Category
DELETE
{{server-url}}/categories/:id
Path Parameters
Name
Type
Description
id
Number
Represents category identifier
Headers
Name
Type
Description
Authorization*
String
UUID formatted access token
Content-Type*
String
application/json
PROJECT-ID*
String
UUID formatted projectId information
{
// Response
}
Example Response Body
{
"data": null,
"message": null,
"code": 0,
"error": false
}
Last updated