Skip to main content
DELETE
/
api
/
svc
/
v1
/
virtual-accounts
/
{id}
/
jwt
/
{jwtId}
Delete a JWT for a virtual account
curl --request DELETE \
  --url https://{controlPlaneURL}/api/svc/v1/virtual-accounts/{id}/jwt/{jwtId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jwtId
string
required

JWT id

id
string
required

virtual account id

I