Ugrás a fő tartalomhoz

Archív API-kulcs

DELETE/api/v1/user/api-keys/{api_key_id}

Archive an API key (soft delete).

cURL példa

curl -X DELETE \
  'https://app.intracord.hu/api/v1/user/api-keys/{api_key_id}' \
  -H "X-API-Key: $INTRACORD_API_KEY"

Paraméterek

NévHelyTípusLeírás
api_key_idkötelezőpathinteger
authorizationheaderobject
X-API-Keyheaderobject

Válaszok

200Successful Response
application/json
Séma megtekintése
{
  "type": "object",
  "additionalProperties": true,
  "title": "Response Archive Api Key Api V1 User Api Keys  Api Key Id  Delete"
}
404Not found
422Validation Error
application/json
Séma megtekintése
{
  "properties": {
    "detail": {
      "items": {
        "$ref": "#/components/schemas/ValidationError"
      },
      "type": "array",
      "title": "Detail"
    }
  },
  "type": "object",
  "title": "HTTPValidationError"
}