Revoke SSH access
DELETE
/v1/sessions/{id}/ssh/{accessId}Request revocation of an issued SSH grant. Stop active guest processes separately.
Authorization
bearerAuth AuthorizationBearer <token>
Use the owner-scoped product API key provided by the service operator.
In: header
Path Parameters
id*string
Session ID returned by open or list.
Format
uuidaccessId*string
SSH grant ID returned when access was created.
Format
uuidResponse Body
application/json
Request
curl -X DELETE "https://assemble-vms-api.fly.dev/v1/sessions/497f6eca-6276-4993-bfeb-53cbbbba6f08/ssh/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Authorization: Bearer ${ASSEMBLE_API_KEY}"Response
Empty