Delete Period
This endpoint allows an admin user to delete a specific period by its ID.
DELETE
/Period/DeletePeriod
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
PeriodId
stringThe ID of the period to be deleted.
Format:
"uuid"
Returns a success message if the period is deleted successfully.