curl --request DELETE \
--url http://localhost:3000/api/v1/skills/{name} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"removed": "<string>"
}
}curl --request DELETE \
--url http://localhost:3000/api/v1/skills/{name} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"data": {
"removed": "<string>"
}
}API key passed as a Bearer token. Configure via the apiKeys field in polpo.json or the POLPO_API_KEY environment variable.