Skip to main content
Remove a member from a target.

DELETE /members/:id

Path Parameters

Response

Returns {"status": "success"} — no body beyond the status.

Errors

Revoking access is a perimeter change in exactly the way granting it is, and is refused on the same terms: a service account’s own key gets 403 here whatever role it carries. Use an acting token when automation has to revoke on a human’s behalf.
Retiring a service account removes every membership it holds, without any call to this endpoint — see Delete User.

Example