DELETE

Delete Quiz


Permanently deletes a quiz definition.

This operation doesn't check whether Online Programs steps reference the quiz. Coordinate deletion with the Steps API and remove known step references first. Otherwise, steps can retain dangling quiz references.

To delete multiple quiz definitions in a single API call, call Bulk Delete Quizzes.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permission Scopes
Manage Online Programs
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/online-programs/v1/quizzes/{quizId}

Errors
404Not Found

There is 1 error with this status code.

409Already Exists

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?