---
title: "Remove Royalties"
method: DELETE
path: "/v1-alpha1/minting/collections/{collectionId}/royalties"
tags: ["NFT Collections"]
---

# Remove Royalties

`DELETE /v1-alpha1/minting/collections/{collectionId}/royalties`

Remove all royalties from a given collection. No new NFT sales will yield royalties to the creator. 

This API is only supported on EVM Chains.

**API scope required**: `collections.update`

## Path parameters

- `collectionId` string, required

## Response `204`

No-content success response indicating that the request is being processed.

## Other responses

- `400` — Invalid arguments, please make sure you're following the api specification.
- `403` — Forbidden error, please ensure the credentials are correct.
- `404` — Not found error.
- `503` — Please try again in a few minutes. If the issue still persists, contact Crossmint support.

---

[API](https://skmtc.net/crossmint/apis/onramp.md) · [All operations](https://skmtc.net/crossmint/apis/onramp/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crossmint/onramp/versions/e2143d192130/schema)
