{
"id": 1,
"name": "Recorte padrão alterado",
"width": 250,
"height": 250,
"positionX": 50,
"positionY": 50,
"referenceWidth": 640,
"referenceHeight": 480,
"userCreated": {
"id": 1
},
"userChanged": {
"id": 1
},
"userDeleted": {
"id": 1
}
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/clipping' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"name": "Recorte padrão alterado",
"width": 250,
"height": 250,
"positionX": 50,
"positionY": 50,
"referenceWidth": 640,
"referenceHeight": 480,
"userCreated": {
"id": 1
},
"userChanged": {
"id": 1
},
"userDeleted": {
"id": 1
}
}'{}