v1

latestOpenAPI 3.0.02026-07-24226294602.4 KB
Criteria

Delete Criteria

Delete a Criteria from a Level in a Progression.

delete/progressions/{progression_id}/levels/{level_id}/criteria/{criteria_id}

Path parameters

progression_idinteger required

progression id

level_idinteger required

level id

criteria_idinteger required

criteria id

Headers

x-api-keystring required

A valid API key. If you don't have one, please request one through the Web Integrations screen.

Response

returns deleted id and if successful

idinteger

Id deleted

is_successboolean

Determines if the action was successful

wodify_validation_resultstring

The purpose of this attribute is to save any UserException message, that is, and user friendly message that should be shown to the end user.

Example response

{
  "id": 1234567891234567
}