ilert · Example Payload

Delete Users {User Id} Contacts Emails {Id}

Incident ManagementOn-Call AlertingAlert RoutingEscalation PoliciesOn-Call SchedulesStatus PagesHeartbeat MonitoringEvent ManagementDevOpsSREIT Operations

Delete Users {User Id} Contacts Emails {Id} is an example object payload from ilert, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

summarydescriptionmethodpathparametersrequest_bodyresponse

Example Payload

Raw ↑
{
  "summary": "Delete the user's specified email",
  "description": "",
  "method": "DELETE",
  "path": "/users/{user-id}/contacts/emails/{id}",
  "parameters": {
    "user-id": "string",
    "id": 1.0
  },
  "request_body": null,
  "response": null
}