cURL
curl --request DELETE \ --url https://api.spacebring.com/visitors/visits/v1/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>", "type": "<string>" }
Delete a visit by id.
visitors
See our authentication documentation for how to authorize your requests
The id of the visit
No Content