curl --request DELETE \
--url https://api.dev.kathan.tech/api-keys/api-keys/{key_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete an API key for the authenticated user.
curl --request DELETE \
--url https://api.dev.kathan.tech/api-keys/api-keys/{key_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}