사용자 삭제
작업은 Delete User
데이터베이스에서 기존 사용자를 삭제합니다.
요청
메서드 | 요청 URI | 설명 |
---|---|---|
DELETE | https://{databaseaccount}.documents.azure.com/dbs/{db-id}/users/{user-id} | {databaseaccount}는 구독에서 만든 Azure Cosmos DB 계정의 이름입니다. |
헤더
모든 Cosmos DB 요청 에서 사용되는 헤더는 일반적인 Azure Cosmos DB REST 요청 헤더를 참조하세요.
본문
없음
응답
헤더
모든 Cosmos DB 응답 에서 반환되는 헤더는 일반적인 Azure Cosmos DB REST 응답 헤더를 참조하세요.
상태 코드
다음 표에는 이 작업에서 반환하는 일반적인 상태 코드가 나열되어 있습니다. 상태 코드의 전체 목록은 HTTP 상태 코드를 참조하세요.
HTTP 상태 코드 | Description |
---|---|
204 콘텐츠 없음 | 삭제 작업에 성공했습니다. |
404 찾을 수 없음 | 삭제할 사용자를 찾을 수 없습니다. |
본문
없음
예제
DELETE https://contosomarketing.documents.azure.com/dbs/volcanodb/users/another_user HTTP/1.1
x-ms-date: Tue, 08 Dec 2015 19:54:15 GMT
authorization: type%3dmaster%26ver%3d1.0%26sig%3d02AiXEjqafG01Xo%2fbKoK41ZuGbQRFeWwXBFlaB%2bQFIg%3d
Cache-Control: no-cache
User-Agent: contoso/1.0
x-ms-version: 2015-08-06
Accept: application/json
Host: contosomarketing.documents.azure.com
Content-Length: 0
Connection: Keep-Alive
HTTP/1.1 204 No Content
Cache-Control: no-store, no-cache
Pragma: no-cache
Content-Length: 0
Content-Type: application/json
Content-Location: https://contosomarketing.documents.azure.com/dbs/volcanodb/users/another_user
Server: Microsoft-HTTPAPI/2.0
Strict-Transport-Security: max-age=31536000
x-ms-resource-quota: users=500000;
x-ms-resource-usage: users=1;
x-ms-alt-content-path: dbs/volcanodb
x-ms-content-path: Sl8fAA==
x-ms-session-token: 864
x-ms-request-charge: 4.95
x-ms-serviceversion: version=1.5.57.3
x-ms-activity-id: 43377faf-90c3-421e-8c49-56a259a31167
x-ms-gatewayversion: version=1.5.57.3
Date: Tue, 08 Dec 2015 19:54:15 GMT