Machines

Delete a machine scope

Deletes a machine scope, removing access from one machine to another.

delete/machines/{machine_id}/scopes/{other_machine_id}

Path parameters

machine_idstring required

The ID of the machine that has access to another machine

other_machine_idstring required

The ID of the machine that is being accessed

Response

Machine scope deleted successfully for a machine

object'machine_scope' required

String representing the object's type.

from_machine_idstring required

The ID of the machine that had access to the target machine

to_machine_idstring required

The ID of the machine that was being accessed

deletedtrue required

Whether the machine scope was successfully deleted

Changes

No recorded changes to this endpoint across all 15 revisions of this API.