Delete Period

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

DELETE/Period/DeletePeriod

Authorization

AuthorizationRequiredBearer <token>

Authorization header using the Bearer scheme. Example: "Bearer {token}"

In: header

Query Parameters

PeriodIdstring

The ID of the period to be deleted.

Format: "uuid"
curl -X DELETE "https://example.com/Period/DeletePeriod?PeriodId=497f6eca-6276-4993-bfeb-53cbbbba6f08" \
  -H "Authorization: Bearer <token>"

Returns a success message if the period is deleted successfully.

"string"