---
title: "Delete a Routine for a User"
method: DELETE
path: "/v1/routines/{id}"
tags: ["Routines"]
---

# Delete a Routine for a User

`DELETE /v1/routines/{id}`

> 📘
>
> You can place the bearer `access_token` for a specific user into the Authentication section of this documentation 👉.

This endpoint removes a specific Routine for a User based on the Routine ID. The Response will only include a Response Code.

> ❗
>
> Not applicable to `one-time` routines.  Deleting a routine does not prevent it from processing.

## Path parameters

- `id` string, required

## Response `204`

Successful response

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/astra/apis/astra-developer-api.md) · [All operations](https://skmtc.net/astra/apis/astra-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/astra/astra-developer-api/revisions/09f0430e5d33/schema)
