Delete Participant Notes
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request DELETE 'https://service-dash.dlabssaas.io/rest/web/secured/participant/notes/delete/45284e7b-22c1-4bcf-af24-b89df7099e5d' \
--header 'Authorization: Bearer <token>'
Responses
application/json {
"status": "success",
"data": true,
"info": {
"id": "SUCCESS_DELETE_DATA",
"message": "Participant Note successfully deleted !",
"messageEn": null,
"messageId": null,
"field": null,
"redirect": null
}
}
Modified at 2024-07-23 08:21:43