cURL
curl --request DELETE \ --url https://www.catchthegoodones.com/api/v1/feedback
{ "success": true }
Remove feedback for a candidate under a specific saved search
Authorization
Bearer ctgo_your_api_key_here
candidateId
savedSearchId
curl -X DELETE "https://www.catchthegoodones.com/api/v1/feedback?candidateId=42&savedSearchId=1" \ -H "Authorization: Bearer ctgo_your_api_key_here"