DELETE
/
visitors
/
visits
/
v1
/
{id}
curl --request DELETE \
  --url https://api.spacebring.com/visitors/visits/v1/{id} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Path Parameters

id
string
required

The id of the visit

Response

204

No Content