Skip to main content
DELETE
/
visitors
/
visits
/
v1
/
{id}
Delete a visit
curl --request DELETE \
  --url https://api.spacebring.com/visitors/visits/v1/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "type": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.spacebring.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

See our authentication documentation for how to authorize your requests

Path Parameters

id
string<uuid>
required

The id of the visit

Response

No Content