Developer Hub
cURL
curl --request POST \ --url https://api.plazbot.com/api/contact/delete-batch \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --header 'x-workspace-id: <x-workspace-id>' \ --data ' { "workspaceId": "string", "contactIds": [ { "ids": "string" } ] } '
Servicio que elimina los contactos uno por uno o por batch.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Arreglo de los Ids de contacto a Eliminar.
Show child attributes
OK