cURL
curl --request DELETE \ --url https://services.pref.rio/go/api/v1/oportunidades-mei/{id}/propostas/{propostaId} \ --header 'Authorization: Bearer <token>'
{}
Remove uma proposta MEI pelo ID (soft delete)
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID da oportunidade
UUID da proposta
OK
The response is of type object.
object