# Registrations

> **BETA**

Endpoints for tracking and managing the registrations made against a Bookable Event.

#### Notes
Registrations can only be created or updated.

To remove a Registration from a Bookable Event, it is updated with a `status` of `declined` or `removed`. The latter can be acheived by the [Remove Registration](/developers/api/scheduling/bookable-events/registrations/delete/index.md) endpoint.


---
[Read in HTML](/developers/api/scheduling/bookable-events/registrations/)

## In this section

- [Create or Update Registration](/developers/api/scheduling/bookable-events/registrations/upsert/index.md) — Creates or updates an availability rule for the authenticated account.
- [Remove Registration](/developers/api/scheduling/bookable-events/registrations/delete/index.md) — Remove a Registration from the Bookable Event.
