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