3.6.5.2.4 DELETE
This operation removes the value of an existing entry in the store.
The operation is transported by an HTTP DELETE and can be invoked through the following URIs:
-
adfs/proxy/WebApplicationProxy/Store/{Key}?api-version=1 adfs/proxy/PrimaryWriter/WebApplicationProxy/Store/{Key}?api-version=1
If the operation is invoked through adfs/WebApplicationProxy/Store/{Key},
the request MUST authenticate using client TLS authentication [RFC2246].
If the operation is invoked through adfs/proxy/PrimaryWriter/WebApplicationProxy/Store/{Key},
the request MUST authenticate using Integrated Windows authentication [RFC2478].
The response message for this operation can result in the following status codes.
|
Status code |
|---|
|
200 |
|
401 |
|
404 |
|
500 |
|
501 |