Request
Body Params application/json
{
"fullName": "Nugraha",
"firstName": "Irwan",
"email": "patrick.jtk@gmail.com",
"lastName": "",
"companyId": 2,
"cellularNumber": "+62089655194977",
"birthdate": "",
"profilePictureFile": {},
"roleId":3
}
Request Code Samples
curl --location --request DELETE 'http://localhost:8082/rest/admin/secured/rater/c928f0ce-b13a-4234-b1a3-c2a594ef273a' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Nugraha",
"firstName": "Irwan",
"email": "patrick.jtk@gmail.com",
"lastName": "",
"companyId": 2,
"cellularNumber": "+62089655194977",
"birthdate": "",
"profilePictureFile": {},
"roleId":3
}'
Responses
application/json Modified at 2024-03-06 02:01:11