# Delete availability Deletes an availability block from a user's profile. Endpoint: DELETE /users/{user_id}/availabilities/{id} Version: v1 Security: AuthToken ## Path parameters: - `user_id` (integer, required) The ID of the user. - `id` (integer, required) The ID of the availability block. ## Response 404 fields (application/json): - `message` (string) Example: "not found"