---
title: "Remove Ticket Relevant Asset"
method: DELETE
path: "/v2/tickets/{ticket_id}/relevant-assets/{asset_id}"
tags: ["Ticket API"]
---

# Remove Ticket Relevant Asset

`DELETE /v2/tickets/{ticket_id}/relevant-assets/{asset_id}`

Remove a relevant asset from a ticket.

## Path parameters

- `ticket_id` string, required — The ID of the ticket to remove the asset from.
- `asset_id` string, required — The ID of the asset (entity) to disassociate from the ticket.

## Response `200`

Success

- SvhelpPublicapiRemoveTicketRelevantAssetResponse

## Other responses

- `default` — Error

---

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