DeletePeriod

Function: DeletePeriod()

function DeletePeriod(id): Promise<Response<void>>

Defined in: actions/period.tsx:179

Deletes a period with the specified ID.

Parameters

id

string

The ID of the period to delete.

Returns

Promise<Response<void>>
  • A promise that resolves to a response object indicating success or failure.

On this page