cURL
curl --request DELETE \ --url https://api.goextrovert.com/client/v1/prospects \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "campaignId": "123e4567-e89b-12d3-a456-426614174001", "prospectProfileUrl": "https://www.linkedin.com/in/john-doe", "rejectPosts": true }'
{ "status": "success", "data": null, "message": "Operation completed successfully", "statusCode": 201 }
Remove a prospect from a specific campaign
API key for authentication
Prospect successfully removed
The response is of type object.
object