---
title: "DELETE /deleteresourceshare#resourceShareArn"
method: DELETE
path: "/deleteresourceshare#resourceShareArn"
---

# DELETE /deleteresourceshare#resourceShareArn

`DELETE /deleteresourceshare#resourceShareArn`

Deletes the specified resource share.

This doesn't delete any of the resources that were associated with the resource share; it only stops the sharing of those resources through this resource share.

## Query parameters

- `resourceShareArn` string, required
- `clientToken` string

## Response `200`

Success

- DeleteResourceShareResponse
  - `returnValue` boolean — A return value of <code>true</code> indicates that the request succeeded. A value of <code>false</code> indicates that the request failed.
  - `clientToken` string — The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the <code>clientToken</code> request parameter of that later call. All other parameters must also have the same values that you used in the first call.

## Other responses

- `480` — OperationNotPermittedException
- `481` — IdempotentParameterMismatchException
- `482` — InvalidStateTransitionException
- `483` — UnknownResourceException
- `484` — MalformedArnException
- `485` — InvalidClientTokenException
- `486` — InvalidParameterException
- `487` — ServerInternalException
- `488` — ServiceUnavailableException

---

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