---
title: "Delete a Service Record"
method: DELETE
path: "/service-records/{recordId}"
tags: ["Service Records"]
---

# Delete a Service Record

`DELETE /service-records/{recordId}`

Permanently deletes a service record using its unique ID.  This action is irreversible and will remove the record and all associated data from your SysAid account. 
Deleting a service record may affect reporting, audit trails, or related workflows.

## Response `200`

Service record is successfully deleted

## Other responses

- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found
- `409` — The request could not be completed due to a conflict with the current state of the resource. This typically occurs when attempting to create a duplicate resource, update a resource that has been modified by another process, or when business rules prevent the operation.

---

[API](https://skmtc.net/sysaid/apis/sysaid-public-api.md) · [All operations](https://skmtc.net/sysaid/apis/sysaid-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sysaid/sysaid-public-api/versions/38a43a1b2981/schema)
