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

System-generated JWT ID to delete.

Example:

"jwt_abc123def456"

id
string
required

System-generated virtual account ID that owns the JWT.

Example:

"jqfwg345gi25n5ju2yz5iz6m"

Response

200

Successfully deleted the JWT.