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
Prospect successfully removed from workspace
The response is of type object.
object