Delete an Authenticator, Device and Credential
Sample request
POST https://scim.example.com/SCIM/domain/v2/Authenticator/11112.AT_TXOOB HTTP/1.1Content-Type: application/scim+json
Authorization: Bearer RTp7HwAAAW0atzNm6w9NEMmiJt2XJrV09+50RBbL
{
"schemas": ["urn:hid:scim:api:idp:2.0:Action"],
"urn:hid:scim:api:idp:2.0:Action": {
"action": "UNREGISTER-OOB",
"attributes": [
{
}
]
}
}
Sample response
HTTP/1.1 200 OK
Cache-Control: no-cache
Pragma: no-cache
X-Content-Type-Options: nosniff