---
title: "Delete availability"
method: DELETE
path: "/users/{user_id}/availabilities/{id}"
tags: ["availabilities"]
---

# Delete availability

`DELETE /users/{user_id}/availabilities/{id}`

Deletes an availability block from a user's profile.

## Path parameters

- `user_id` integer, required
- `id` integer, required

## Response `200`

The availability block was deleted successfully.

- object

## Other responses

- `404` — The availability block was not found.

---

[API](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/resource-management-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/resource-management-openapi-reference/versions/e4c439ac13f2/schema)
