---
title: "Delete Resource Validity"
method: DELETE
path: "/v1/resources/resource/{resource_id}/validity/{id}"
tags: ["API / Resource", "Use case / Master data sync"]
---

# Delete Resource Validity

`DELETE /v1/resources/resource/{resource_id}/validity/{id}`

Delete a resource validity

## Path parameters

- `resource_id` string, uuid, required
- `id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request — invalid input or malformed request
- `401` — Unauthorized — missing or invalid authentication credentials
- `403` — Forbidden — insufficient permissions for this operation
- `422` — Validation Error
- `429` — Too Many Requests — rate limit exceeded. See the `Retry-After` header
- `500` — Internal Server Error
- `503` — Service Unavailable — temporarily unable to handle the request

---

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