JWTs

Delete a a JWT associated with a Consumer

Delete a a JWT associated with a Consumer using ID.

delete/{workspace}/consumers/{ConsumerIdForNestedEntities}/jwt/{JWTId}

Path parameters

ConsumerIdForNestedEntitiesstring required

Consumer ID for nested entities

JWTIdstring required

ID of the JWT to lookup

workspacestring required
Example:team-payments

The name of the workspace

Response

Successfully deleted JWT or the resource didn't exist

Changes