Public API Reference
Public API details and usage examples for the Members Portal
Removes a registered visitor.
cURL
curl --request DELETE \ --url https://spaces.nexudus.com/api/public/visitors/{visitorId} \ --header 'Authorization: Basic <encoded-value>'
Documentation IndexFetch the complete documentation index at: https://learn.nexudus.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
200 OK
DELETE /api/public/visitors/55 Authorization: Bearer {token}
import endpoints from '@/api/endpoints' await httpClient.delete(endpoints.visitors.delete(55))
Was this page helpful?