Revoke SSH access for a computer asset
Revoke a previously issued SSH access token for a computer asset. Use the token returned by create_ssh_access.
Authentication
X-API-KEYstring
API Key authentication via header
OR
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
asset_id
Request
This endpoint expects an object.
token
SSH access token to revoke
Response
Successful Response
revoked
Whether the SSH token was revoked
Errors
401
Unauthorized Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
502
Bad Gateway Error
