Cancel a visit

Cancel an existing visit by its unique identifier.

Cancellation marks all guest invites as canceled and sets the visit's status to "canceled". The visit is not deleted — it remains retrievable via GET /visits/:id and GET /visits with status: "canceled". Use exclude_canceled=true on the list endpoint to omit canceled visits from results.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Visit ID (UUID)

Body Params
string

Optional reason for canceling the visit

Responses
204

No Content — visit canceled successfully

401

Authentication required — no valid user identity

404

Visit not found

500

Internal server error

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!