Skip to main content
POST
/
v1
/
incident_memberships
/
actions
/
revoke
Revoke
curl --request POST \
  --url https://api.incident.io/v1/incident_memberships/actions/revoke \
  --header 'Content-Type: application/json' \
  --data '
{
  "incident_id": "01FCNDV6P870EA6S7TK1DSYD5H",
  "user_id": "01FCQSP07Z74QMMYPDDGQB9FTG"
}
'

Body

application/json
incident_id
string
required

Revoke memberships to incident

Example:

"01FCNDV6P870EA6S7TK1DSYD5H"

user_id
string
required
Example:

"01FCQSP07Z74QMMYPDDGQB9FTG"

Response

204

No Content response.