1
0
Fork 0

fix: Semantic update to delete api keys docs

This commit is contained in:
Darigov Research 2022-11-26 18:20:32 +00:00 committed by GitHub
parent de89826a07
commit f5dac97aa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,9 +17,9 @@ Deleting an API key is possible via these endpoints:
| <Method delete /> | `/apikeys/:id/jwt` | [JSON Web Token](/reference/backend/api/authentication#jwt-authentication) |
| <Method delete /> | `/apikeys/:id/key` | [API Key & Secret](/reference/backend/api/authentication#key-authentication) |
## Request url
## Request URL
The url should contain the ID of the API key you wish to remove.
The URL should contain the ID of the API key you wish to remove.
It replaces the `:id` placeholder in the [endpoints listed above](#endpoints).
## Response status codes