DELETE
/
categories
/
{id}
curl --request DELETE \
  --url https://east.sandbox.spade.com/categories/{id} \
  --header 'X-Api-Key: <api-key>'
This response does not have an example.

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

The id of the relevant category.

Response

204

Successful operation