Delete people
curl --request DELETE \ --url https://staging-api.covver.io/api/ext/v1/people \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "companyId": "<string>", "collectionId": "<string>", "emails": [ "<string>" ] }'
{ "emails": [ "<string>" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Default Response
The response is of type object.
object