cURL
curl --request DELETE \ --url https://services.pref.rio/go/api/v1/acessibilidades/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Remove uma acessibilidade pelo ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID da acessibilidade
OK