Skip to main content
DELETE
/
v1
/
api-keys
/
{id}
Delete API key
curl --request DELETE \
  --url https://api.weblinq.dev/v1/api-keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "success": true,
    "message": "<string>"
  },
  "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "timestamp": "2023-11-07T05:31:56Z",
  "creditsCost": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.weblinq.dev/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your API token or session token

Path Parameters

id
string
required
Minimum string length: 1

Response

API key deleted successfully

success
enum<boolean>
required
Available options:
true
data
object
required
requestId
string<uuid>
required

Unique request identifier for tracing

timestamp
string<date-time>
required

ISO timestamp when the response was generated

creditsCost
number

Credits consumed by this operation