Follow the question structure recommended by Dev Bot before submitting your integration questions.
| Parameter | Type | Required | Description |
|---|---|---|---|
idMember | int32 | Yes | ID of the member whose enrollment will be canceled. |
idEmployee | int32 | Yes | ID of the staff member responsible for canceling the enrollment. |
idConfigurationEnroll | string | Yes | Identifier of the enrollment configuration of the activity to be canceled. |
idBranch | int32 | No | ID of the branch where the activity is linked. |
username:passwordAuthorization: Basic *****************curl --location --request DELETE 'https://evo-integracao-api.w12app.com.br/api/v2/activities/enroll?idMember=undefined&idEmployee=undefined&idConfigurationEnroll=undefined&idBranch=undefined' \
--header 'Authorization: Basic <encoded-value>'{
"mensagens": [
"string"
]
}