Skip to main content
DELETE
Delete a JWT for a virtual account

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.