Delete Period
This endpoint allows an admin user to delete a specific period by its ID.
AuthorizationBearer <token>
Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
PeriodId?string
The ID of the period to be deleted.
Format
uuidResponse Body
curl -X DELETE "https://loading/Period/DeletePeriod""string"Empty
Empty
Empty
Empty