DeleteStudiesById
Function: deleteStudiesById()
deleteStudiesById<
ThrowOnError>(options):RequestResult<DeleteStudiesByIdResponses,DeleteStudiesByIdErrors,ThrowOnError>
Defined in: app/api/sdk.gen.ts:1020
Permanently removes a specific study from the system by its identifier. The DeleteStudy endpoint facilitates the removal of obsolete academic programs, ensuring that the operation is only executed by users with sufficient administrative permissions. The service layer handles the cleanup of associated data and ensures system integrity is maintained after the deletion. Upon success, a 204 No Content status is returned.
Type Parameters
ThrowOnError
ThrowOnError *extends* boolean = false
Parameters
options
Options<DeleteStudiesByIdData, ThrowOnError>
Returns
RequestResult<DeleteStudiesByIdResponses, DeleteStudiesByIdErrors, ThrowOnError>