---
title: "Delete a service action"
method: DELETE
path: "/service/{serviceId}/action/{id}"
tags: ["Action"]
---

# Delete a service action

`DELETE /service/{serviceId}/action/{id}`

Delete a service action

## Path parameters

- `id` string, uuid, required — Unique identifier for the entity represented as a UUID
- `serviceId` string, uuid, required — Unique identifier for the entity represented as a UUID

## Response `2XX`

Object representing instances

- object — Object representing instances
  - `id` string, uuid — Unique identifier for the entity represented as a UUID
  - `specification_id` string, uuid — Unique identifier for the entity represented as a UUID
  - `desired_specification_id` string, uuid — Unique identifier for the entity represented as a UUID
  - `messages` object[]
    - `level` 'debug' | 'info' | 'information' | 'warn' | 'warning' | 'error' | 'fatal' — Message severity level. Defaults to "info"
    - `message` string, required — The actual message content
    - `timestamp` number — Timestamp of the message in milliseconds
  - `created_at` string, date
  - `updated_at` string, date
  - `status` 'pending_create' | 'pending' | 'in_progress' | 'success' | 'failed' | 'cancelled' — Status of the action. Should be one of the specified values in the ActionStatus enumeration
  - `parameters` object — Parameters associated with the action
  - `results` object — Results produced by the action
  - `service_id` string, uuid — Unique identifier for the entity represented as a UUID
  - `link_id` string, uuid — Unique identifier for the entity represented as a UUID
  - `created_by` string — User ID of the user who created the action

## Other responses

- `4XX` — Format for representing errors during API interactions
- `5XX` — Format for representing errors during API interactions

---

[API](https://skmtc.dev/nullplatform/apis/nullplatform-api.md) · [All operations](https://skmtc.dev/nullplatform/apis/nullplatform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nullplatform/nullplatform-api/revisions/1c4ea154b159/schema)
