RemoveSecret
Remove a Users Secret
Remove the current client ID and client secret from a machine user.
Required permission:
- user.write
curl -X DELETE "https://loading/v2/users/string/secret"{
"deletionDate": "1s"
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?