> For the complete documentation index, see [llms.txt](https://bewinxed.gitbook.io/radar-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bewinxed.gitbook.io/radar-docs/bot_help/profiles/remove_availability.md).

# remove\_availability

📝 **RADAR Documentation - Command: Remove Availability**

🤝 **Command Group: profiles**

📝 **Command Name: remove\_availability**

📋 **Parameters:**

* `which` (required: True) - Which availability to remove. Type to search or leave blank to see all.

📝 **Description:**

Remove an availability by its index.

🔍 **Example Usage:**

* Remove an availability:

  ```
  !remove_availability 09:00 - 17:00
  ```

  *This command is used to remove an availability by specifying its start and end time. After executing the command, the bot will update your profile and remove the specified availability time slot.*

📝 **Note:**

* This command allows you to remove an availability by its index.
* If no profile exists for you, the bot will create a new profile and register you.
* If no availability is found in your profile, the bot will inform you that no availability is found to remove.
* If you want to remove an availability, you need to select one from the list provided.
* Specify the start and end time of the availability you want to remove. For example, `09:00 - 17:00`.
* The bot will remove the availability time slot from your profile.
* You will receive a success message confirming the removal of the availability time slot.
* The command response will be sent as an ephemeral message visible only to you.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bewinxed.gitbook.io/radar-docs/bot_help/profiles/remove_availability.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
