Morpheus API Gateway LogoMorpheus API Gateway
Auth

Delete Private Key

Delete a user's private key.

DELETE
/api/v1/auth/private-key

Authorization

AuthorizationRequiredBearer <token>

Enter the JWT token you received from the login endpoint (without 'Bearer' prefix)

In: header

Response Body

Successful Response

TypeScript Definitions

Use the response body type in TypeScript.

[key: string]any
curl -X DELETE "http://api.mor.org/api/v1/auth/private-key" \
  -H "Authorization: Bearer <token>"
{}

How is this guide?