Delete Period

This endpoint allows an admin user to delete a specific period by its ID.

DELETE
/Period/DeletePeriod
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.

Formatuuid

Response Body

curl -X DELETE "https://loading/Period/DeletePeriod"
"string"
Empty
Empty
Empty
Empty