cURL
curl --request DELETE \ --url https://api.weblinq.dev/v1/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "success": true, "message": "<string>" }, "creditsCost": 123, "requestId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "timestamp": "2023-11-07T05:31:56Z" }
Delete an existing API key. Note: API keys cannot be updated - create a new one if needed.
Enter your API token or session token
1
API key deleted successfully
The response is of type object.
object