---
title: "Delete transfer labels"
method: DELETE
path: "/transfers/{transfer_id}/labels"
tags: ["Transfers"]
---

# Delete transfer labels

`DELETE /transfers/{transfer_id}/labels`

Deletes one or more existing labels from the transfer.

## Path parameters

- `transfer_id` string, uuid, required

## Query parameters

- `label` string[], required

## Response `200`

Successfully deleted one or more labels of the transfer.

## Other responses

- `400` — Bad request.

---

[API](https://skmtc.net/ripple/apis/ripplenet-server-api.md) · [All operations](https://skmtc.net/ripple/apis/ripplenet-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ripple/ripplenet-server-api/revisions/7843f07ca150/schema)
