Delete API Keys
Last updated
API URL
{{url}}/fhir-user-service/api-key-managers/delete
Method
DELETE
Request Headers
Authorization : Bearer [token]
Description
Deletes an API key associated with a specific user
Field Name
Type
Example
Authorization(Header)
String
Authorized token from login response
userId
Long
1
{
"userId": 1
}{
"message": "API key manager information successfully deleted.",
"entity":null
"status": true,
"entityList": null,
"responseCode": 200,
"totalCount": null
}Last updated