Pular para o conteúdo principal
DELETE
/
v1.0
/
events
/
{id}
Deletar Evento
curl --request DELETE \
  --url https://api.thatsme.com.br/api/v1.0/events/{id} \
  --header 'Authorization: Bearer <token>'

Autorizações

Authorization
string
header
obrigatório

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parâmetros de caminho

id
string
obrigatório

ID do evento a ser deletado (event_id)

Resposta

Evento deletado com sucesso (sem conteúdo no corpo)