Skip to main content
DELETE
/
api
/
v1
/
courses
/
{courseId}
Excluir curso
curl --request DELETE \
  --url https://services.pref.rio/go/v1/api/v1/courses/{courseId} \
  --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

courseId
integer
required

ID do curso

Response

OK

The response is of type object.