Deletes a category.

❗️

Warning

The HTTP DELETE method deletes your existing category data. This request cannot be undone.

Endpoint URL

https://dashboard-api.revnue.com/api/v2/category

Authentication and rate limits

ItemDetails
Authentication methodOAuth 2.0 Bearer token
Rate limitRate Limit

Requests Example

curl --request DELETE \
  --url 'https://dashboard-api.revnue.com/api/v2/category/$id \
  --header 'Authorization: Bearer $BEARER_TOKEN' \
  --header 'Content-Type: application/json'

Query Parameters

  • id (integer) --

    [REQUIRED] The ID of the category.
    The id parameter is passed as part of the request url /category/$id.
    To lookup a specific category ID, see the List Category API.