Revoke SSH access for a computer asset

Beta

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_idstringRequired

Request

This endpoint expects an object.
tokenstringRequired>=1 character
SSH access token to revoke

Response

Successful Response
revokedboolean
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