cURL
curl --request DELETE \ --url https://api.goextrovert.com/client/v1/workspace/prospects \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "prospectProfileUrl": "https://www.linkedin.com/in/john-doe", "rejectPosts": true }'
{ "status": "success", "data": null, "message": "Operation completed successfully", "statusCode": 201 }
Remove a prospect from entire workspace across all campaigns
API key for authentication
LinkedIn profile URL of the prospect
"https://www.linkedin.com/in/john-doe"
If true, rejects any posts for approval for this prospect. If false, does not reject posts, but deletes the prospect from the campaign.
Prospect successfully removed from workspace
"success"
null
"Operation completed successfully"
201