Opsgenie - Delete User
This guide documents the Custom Action configuration to delete an Opsgenie user using their API. Documentation for the Opsgenie endpoint called by this custom action can be found in Opsgenie's developer documentation.
Custom Action Configuration
Method : DELETE
URL : <api.opsgenie.com>/v2/users/[Trigger.User.Email>]
Query Parameters
Parameter | Variable Mapping |
---|
Headers
Header | Value |
---|---|
Content-Type | application/json |
Authorization | GenieKey <your_api_key> |
Body
No content is required in the body of the request.
Tips
There are additional Opsgenie API endpoints that could be used with custom actions.
Congratulations!
You have successfully created a Custom Action to delete an Opsgenie user using their API.
Updated over 1 year ago