DELETE Studies/{StudyKey}

Delete an existing study by its key

Request Information

URI Parameters

NameDescriptionTypeAdditional information
StudyKey

Key of study to delete

integer

Required

Body Parameters

None.

Response Information

Delete an existing study by its key

DeleteStudyResponse
NameDescriptionTypeAdditional information
errors

If null the request was processed without error. If not null errors occurred while processing the request. The array contains the error messages.

Collection of string

None.