Was this helpful?
curl -L \ --request DELETE \ --url 'https://api.laminar.run/api-keys/{id}' \ --header 'Authorization: Bearer JWT'
No body
curl -L \ --url 'https://api.laminar.run/api-keys/{id}' \ --header 'Authorization: Bearer JWT'
{ "id": 1, "apiKey": "text", "createdAt": "2025-04-01T23:51:50.356Z" }
curl -L \ --request POST \ --url 'https://api.laminar.run/api-keys' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "workspaceId": 1 }'