DELETE
/
api
/
v1
/
categorias
/
{id}
Excluir categoria
curl --request DELETE \
  --url https://services.staging.app.dados.rio/go/api/v1/categorias/{id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer
required

ID da categoria

Response

200
application/json

OK

The response is of type object.