Revoke API Key

Warning Deprecated, use RapidAPI to access FeedPulse

To revoke your api key make this request

curl --location POST 'http://api.feedpulse.test/account/revoke-key' \
--header 'Accept: application/json' \
--header 'Authorization: secret-api-key' \
--data '{"username": "your-user-name"}'