File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 243243 * }
244244 */
245245
246+ /**
247+ * @api {delete } /accreditation/delete/:accreditationId To delete Accreditation
248+ * @apiName DeleteAccreditation
249+ * @apiGroup Accreditation
250+ *
251+ * @apiParam {String} accreditationId The ID of the accreditation document to delete.
252+ *
253+ * @apiSuccess {String} res Success message indicating the deletion.
254+ *
255+ * @apiError (Error 500) err Error message if there was an error during the deletion.
256+ *
257+ * */
258+
246259/**
247260 * @api {post } /accreditation/update update accreditation details
248261 * @apiName UpdateAccreditation
276289 * @apiSuccess {Date} accreditation.dateofAccreditation Date on which accreditation was issued.
277290 * @apiSuccess {Date} accreditation.dateofExpiry Date till which accreditation is valid.
278291 */
292+
You can’t perform that action at this time.
0 commit comments