can_manage_documentationAuthorization: ********************Authorization: Bearer ********************can_manage_documentation-Manage documentationcurl --location --request DELETE '/api/documentation/' \
--header 'X-Session-Id;' \
--header 'Accept-Language;' \
--header 'Authorization: <api-key>'{
"error": {
"name": "validation.failed",
"msg": "Validation failed",
"data": {},
"validator_error": [
{
"property": "email",
"constraints": {
"isEmail": "email must be an email"
}
}
]
}
}