Connectors
...
Actions
Delete User
6 min
description removes a user from azure active directory using their unique identifier (id) requires the user's id as a path parameter endpoint url /v1 0/users/{{id}} method delete inputs path parameters (object) – required the id of the user id (string) – required output example \[ { "status code" 200, "response headers" { "date" "wed, 23 aug 2023 14 02 55 gmt", "content type" "text/html; charset=utf 8", "content length" "999", "connection" "keep alive", "cache control" "private", "content encoding" "gzip", "vary" "accept encoding", "x content type options" "nosniff", "x xss protection" "1; mode=block", "x ms version" "12 43 4 1 (v12 42 0 1#162d343f82 230814 2250) signed", "strict transport security" "max age=31536000; includesubdomains", "x ua compatible" "ie=edge", "x frame options" "sameorigin", "x azure ref" "20230823t140255z bg05mztcd56310tsaceruzncb400000003h0000000002692", "x cache" "config nocache", "accept ranges" "bytes" }, "reason" "ok", "response text" "" } ] output parameters status code (number) reason (string) response text (string) response headers header type date string content type string content length string connection string cache control string content encoding string vary string x content type options string x xss protection string x ms version string strict transport security string x ua compatible string x frame options string x azure ref string x cache string accept ranges string