DELETE
/
api
/
v1
/
cursos
/
{id}
Excluir curso
curl --request DELETE \
  --url https://services.staging.app.dados.rio/go/api/v1/cursos/{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 do curso

Response

200
application/json

OK

The response is of type object.