Delete a JWT for a virtual account
Virtual Accounts
Delete a JWT for a virtual account
Delete a specific JWT token belonging to a virtual account. The virtual account itself is not affected.
DELETE
Delete a JWT for a virtual account
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
System-generated JWT ID to delete.
Example:
"jwt_abc123def456"
System-generated virtual account ID that owns the JWT.
Example:
"jqfwg345gi25n5ju2yz5iz6m"
Response
200
Successfully deleted the JWT.