Movenium REST API 1.1

Documentation

removeRow

Call: DELETE /<form>/<id> (ie. DELETE /worktimes/123)


Call returns:

example if row is found and removed

status: 200

Empty body

example if row is not found

status: 404

{
    "error": "not_allowed",
    "message": "No rights to remove row."
}