Internal Secret Incidents
Revoke access to a secret incident
Revoke access of a user, an existing invitee or a team to a secret incident.
DEPRECATED: This endpoint has been replaced by this one for members, this one for teams, and this one for invitations.
post/v1/incidents/secrets/{incident_id}/revoke_access
Path parameters
incident_idinteger required
The id of the incident to retrieve
Request body
Example request
{
"member_id": 1492
}Response
The access was revoked successfully.