Delete API Key of User¶
This endpoint deletes an API key associated with a user.
Request¶
DELETE https://v2.api.uberflip.com/users/{userId}/api-keys/{keyId}
Path Parameters | Description |
---|---|
userId | The unique identifier of the user |
keyId | The unique identifier of the API key |
Examples¶
curl -X DELETE -H "Authorization: Bearer [Token]" \
-i https://v2.api.uberflip.com/users/{userId}/api-keys/{keyId}
Sample response:
HTTP/1.1 204 NO CONTENT
Content-Type: application/json