Follow the question structure recommended by Dev Bot before submitting your integration questions.
NOTE. Available for use with branch access key and also with General ADM access key.
| Parameter | Type | Required | Description |
|---|---|---|---|
idEmployee | integer | Yes | Unique ID of the employee to be deleted. |
username:passwordAuthorization: Basic *****************curl --location --request DELETE 'https://evo-integracao-api.w12app.com.br/api/v1/employees?idEmployee=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"result": "string"
}