Delete API Keys
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
Input
Field Name
Type
Example
Authorization(Header)
String
Authorized token from login response
userId
Long
1
Sample Input:
{
"userId": 1
}
Sample Output:
{
"message": "API key manager information successfully deleted.",
"entity":null
"status": true,
"entityList": null,
"responseCode": 200,
"totalCount": null
}
Last updated