cURL
curl --request DELETE \ --url https://services.pref.rio/go/api/v1/courses/{courseId} \ --header 'Authorization: Bearer <token>'
{}
Remove um curso pelo ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID do curso
OK
The response is of type object.
object