---
title: "Deletes a timeslot"
method: DELETE
path: "/interviews/{interviewId}/timeslots/{timeslotId}"
tags: ["timeslots"]
---

# Deletes a timeslot

`DELETE /interviews/{interviewId}/timeslots/{timeslotId}`

Supported only for interviews created via the Public API.

## Response `204`

Timeslot deleted

## Other responses

- `403` — Forbidden to delete a timeslot
- `404` — with codes: * **INTERVIEW_NOT_FOUND** when no interview with given id * **TIMESLOT_NOT_FOUND** when no timeslot with given id
- `409` — with codes: * **CANNOT_DELETE_LAST_TIMESLOT** when cannot delete last timeslot
- `500` — Unexpected error

---

[API](https://skmtc.net/smartrecruiters/apis/apply-api.md) · [All operations](https://skmtc.net/smartrecruiters/apis/apply-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartrecruiters/apply-api/revisions/449bdc2516c9/schema)
