Can delete close entities
Body
Required
array[integer]
array[integer]
POST
/closeAPI/api/close/entity/can-delete
curl \
--request POST 'http://close-service:8082/closeAPI/api/close/entity/can-delete' \
--header "Content-Type: application/json" \
--data '[42]'
Request examples
[
42
]
Response examples (200)
[
42
]