Skip to main content

DELETE: Delete API Key

Endpoint: DELETE: http://api.blug.io/api/v1/auth/api-key/:id/

Description

This endpoint deletes an API Key.

Headers

  • X-API-KEY: {{API_KEY}}

Path Variables

  • id — The unique identifier of the article.

Example Request

curl --location --request DELETE 'http://api.blug.io/api/v1/auth/api-key/:id/'

Example Response

204 No Content

{
"Date": "Mon, 08 Jan 2025 14:00:00 GMT",
"Server": "WSGIServer/0.2 CPython/3.11.11",
"Vary": "Accept, origin",
"Allow": "GET, PUT, PATCH, DELETE, HEAD, OPTIONS",
"X-Frame-Options": "DENY",
"X-Content-Type-Options": "nosniff",
"Referrer-Policy": "same-origin",
"Cross-Origin-Opener-Policy": "same-origin"
}