Customer auth keys
Deactivate Customer Sign-In Key
Deactivate the current customer sign-in key.
Authorization
clientKeyHeader clientSecretHeader x-client-key<token>
Client API key credential.
In: header
x-client-secret<token>
Client API secret credential.
In: header
Path Parameters
customerSignInKeyId*string
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X PUT "https://api.dokaai.com/api/v1/dokaai/nudge/customer-auth-keys/string/deactivate"{
"status": "success",
"message": "string",
"data": {
"id": "string",
"productSpaceId": "string",
"signingKeyId": "string",
"isActive": true
},
"metaData": null,
"error": null
}{
"status": "error",
"message": "string",
"data": null,
"metaData": null,
"error": null
}{
"status": "error",
"message": "string",
"data": null,
"metaData": null,
"error": null
}{
"status": "error",
"message": "string",
"data": null,
"metaData": null,
"error": null
}{
"status": "error",
"message": "string",
"data": null,
"metaData": null,
"error": null
}