---
title: "Revoke Subkey"
method: DELETE
path: "/account/subkeys/{public_key}"
tags: ["Subkey"]
---

# Revoke Subkey

`DELETE /account/subkeys/{public_key}`

Revoke a subkey for the authenticated account.

## Path parameters

- `public_key` string, required

## Response `200`

Subkey revoked successfully

- ResponsesRevokeSubkeyResponse
  - `public_key` string — The public key of the revoked subkey

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.net/tradeparadex/apis/paradex-rest-api.md) · [All operations](https://skmtc.net/tradeparadex/apis/paradex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradeparadex/paradex-rest-api/versions/26dce0f96ab2/schema)
