Authorization: Bearer ********************{
"id": 136,
"userCreated": {
"id": -1
},
"template": {
"id": 1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
}
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/exam' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 136,
"userCreated": {
"id": -1
},
"template": {
"id": 1
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": null
}
}'{}