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:
Sample Output:
Last updated